Help for this page

Select Code to Download


  1. or download this
             use LWP::UserAgent;
             $ua = LWP::UserAgent->new;
             $req = HTTP::Request->new(GET => 'http://www.linpro.no/secret
    +/');
    ...
             print $ua->request($req)->as_string;