# Create a request my $req = new HTTP::Request POST => 'http://www.perl.com/cgi-bin/BugGl +impse'; $req->content_type('application/x-www-form-urlencoded'); $req->content('match=www&errors=0'); # Pass request to the user agent and get a response back my $res = $ua->request($req);
In reply to RE: LWP and POST
by Kasei
in thread LWP and POST
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |