generating requests
Sean M. Burke (sburke@spinn.net)
Wed, 21 Mar 2001 14:53:22 -0700
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 sburke@cpan.org http://www.spinn.net/~sburke/