my $req = new HTTP::Request POST => 'http://www.somewhere.com'; $req->content_type('application/x-www-form-urlencoded'); $req->content($content); print $res->content;