Help for this page

Select Code to Download


  1. or download this
    use HTTP::Request::Common; 
    my $request = POST "http://somesite/page", [foo => "bar", name => "fre
    +d"]; 
    print $request->as_string;