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
In reply to POST with LWP by HTTP-404
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |