Help for this page

Select Code to Download


  1. or download this
    The portion I'm working with:
    <form action='http://TestMachine/SomeForm.asp'method="post" id="MetaFo
    +rm" name="MetaForm" Enctype="multipart/form-data" target="hidMFLIFram
    +e">    
    ...
            <input type="hidden" id="pagename" name="pagename"/>
            <input type="hidden" id="hidmfltempfolder" name="hidmfltempfol
    +der"/>        
    </form>
    
  2. or download this
      use LWP::UserAgent;
     $ua = LWP::UserAgent->new;
    ...
     my $res = $ua->request($req);
     print $res->as_string;