Help for this page

Select Code to Download


  1. or download this
        my $request = HTTP::Request->new('POST', $url, $headers);
        $request->protocol('HTTP/1.1');
        my $browser = LWP::UserAgent->new();
        my $response = $browser->request($request, \&sendthis);