At 12:51 AM 2001-03-21 -0800, Jeff Orrok wrote:
>[...]
>  my $req = HTTP::Request->new( POST => $_ );  
>  $req->content_type('application/x-www-form-urlencoded');
>  $req->content(''); 
>[...]

Talking not just about your case specifically, but talking generally:

Why should anyone make requests with HTTP::Request->new?  Why not just use
HTTP::Request::Common's GET and POST functions?


--
Sean M. Burke  [EMAIL PROTECTED]  http://www.spinn.net/~sburke/

Reply via email to