in reply to Simple requests using LWP::UserAgent
use HTTP::Request::Common qw/POST GET/; my $req = POST $url, [ foo => "blah", bar => "hurg", stumbit => "sexisgood" ]; if ($lwp->request($req)->is_success()) { # ... } [download]
[ ar0n -- want job (boston) ]