use HTTP::Request::Common; $req = POST 'http://www.receiver.com/hello.aspx', Host => 'www.receiver.com', Connection => 'Close', Content_type => 'application/x-www-form-urlencoded', Content => [ Data => $pData ];