in reply to LWP and POST
# 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);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: RE: LWP and POST
by Anonymous Monk on Feb 15, 2000 at 05:54 UTC | |
by motomuse (Sexton) on Jan 06, 2001 at 09:35 UTC |