my $req = HTTP::Request->new(GET =>'http://SOMEURLHERE'); my $res = $ua->request($req);