HTTP-404 has asked for the wisdom of the Perl Monks concerning the following question:
my $ua = new LWP::UserAgent; my $request = new HTTP::Request; $request->header('Content-Type' => 'application/x-www-form-urlen +coded'); $request->header('Content-Length' => length $content); $request->content($content); my $response = $ua->request($request);
Edit: chipmunk 2001-03-22
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: POST with LWP
by arhuman (Vicar) on Mar 22, 2001 at 14:16 UTC | |
|
Re: POST with LWP
by merlyn (Sage) on Mar 22, 2001 at 19:38 UTC | |
by zenmaster (Beadle) on Mar 22, 2001 at 19:44 UTC |