Help for this page
> >What's the best way to go about making an HTTP POST? ... (The last line is probably more useful than the literal translation of print $ua->res->as_string; )
#!/usr/bin/perl use warnings; ... my $res = $ua->request($req); print $res->as_string;