Help for this page

Select Code to Download


  1. or download this
    
    my $ua = LWP::UserAgent->new();
    ...
    my $req = HTTP::Request->new(GET => "$url");
    $req->protocol('HTTP/1.0');
    my $result = $ua->request($req);