Help for this page

Select Code to Download


  1. or download this
      POST http://www.perl.org/survey.cgi
      Content-Length: 61
      Content-Type: application/x-www-form-urlencoded
    
      name=Gisle&email=gisle%40aas.no&gender=m&born=1964&trust=3%25
    
  2. or download this
     require LWP::UserAgent;
     my $ua = LWP::UserAgent->new(env_proxy => 1,
    ...
     } else {
         print $response->error_as_HTML;
     }