Help for this page

Select Code to Download


  1. or download this
    use HTTP::Request 1.30;
    use LWP::UserAgent 2.003;
    use HTML::Form 1.00;
    use HTML::TokeParser;
    use URI::URL;
    
  2. or download this
      use HTTP::Request::Common;
      my $ua = LWP::UserAgent->new;
      $ua->request(POST 'http://somewhere/foo', [foo => bar, bar => foo]);