Help for this page

Select Code to Download


  1. or download this
    use HTTP::Request;
    use LWP::UserAgent;
    ...
    $req->referer('http://localhost/');
                                                                          
    +          
    my $response = $agent->request($req);