Help for this page

Select Code to Download


  1. or download this
    use LWP::UserAgent;
    use HTTP::Request::Common;
    ...
    my $data = $agent->request(POST 'www.somewhere.com', [%original_CGI_Pa
    +rams]);
    
    #then print the data with CGI
    
  2. or download this
    print $cgi_query->redirect(POST 'www.somewhere.com', [%params]);