Help for this page

Select Code to Download


  1. or download this
      use HTTP::Request::Common;
      $ua = LWP::UserAgent->new;
      $ua->request(POST 'http://somewhere/foo', [foo => bar, bar => foo]);
    
  2. or download this
    my $Page = $Browser->request(POST $URLtoPostTo, [%Fields]);