my $ua = LWP::UserAgent->new; $ua->timeout(0.1); my $req = HTTP::Request->new(GET => $url); my $res = $ua->request($req);