diff between $request->content($c) and $ua->post($url, {}, Content => $c)

Terrence Brannon <[email protected]>
Newsgroups gmane.comp.lang.perl.modules.lwp
Message-ID <[email protected]>
Hi,

I'm wondering what the difference is between providing content to the 
HTTP::Request instance:

  my $req = HTTP::Request->new(POST => $self->url);
  $req->content($c);

and creating a LWP::UserAgent instance and using the Content pseudo header.

I have a more practical question next.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.