aspx and perl!!!!

Last post 07-06-2007 1:04 AM by mmadhu. 0 replies.

Sort Posts:

  • aspx and perl!!!!

    07-06-2007, 1:04 AM
    • Member
      4 point Member
    • mmadhu
    • Member since 05-24-2007, 4:11 AM
    • Posts 29

    hi

     I tried developing a page in asp and populated data into the page.

    I also wrote a perl script  that will get this page and store it in a different location and then attatch the page with the mail and send.

    when i do this, all my labels in the page are lost and the data grids doesnot work properly.

    To store it, i basically use MLWP::Simple.

    Can anybody give me the solution to solve this problem.

    Any suggestion would be of gr8 help!!!

    here is the code snipet  -

    i call a batch file that has the following code-


    perl.exe -MLWP::Simple -e "../in_status.aspx'"  >>D:\Load_Status.htm

    after that in the perl code-

    $mail_msg->attach(Type        => 'htm',
                 Path        => 'path_name\P_Status.htm',
                 Filename    => 'P_Status.htm');


    Thanks in advance!!!

     

Page 1 of 1 (1 items)