Help for this page
use HTTP::Request::Common; $req = POST 'http://www.receiver.com/hello.aspx', ... Connection => 'Close', Content_type => 'application/x-www-form-urlencoded', Content => [ Data => $pData ];
use HTTP::Request::Common; $req = POST 'http://www.receiver.com/hello.aspx', ... Connection => 'Close', Content_type => 'application/x-www-form-urlencoded', Content => [ ID => 'Test', Len => $len, Data => $data ];