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