Help for this page

Select Code to Download


  1. or download this
    #!perl
    
    ...
    $q->end_html();
    close(FH);
    close(LOG);
    
  2. or download this
    use LWP::UserAgent;
    
    ...
    my $res = $ua->post("http://$URL_Server/cgi-bin/store.pl", \%fields, '
    +Content_Type' => 'multipart/form-data');
    
    print $res->as_string;