Help for this page
use strictures; use LWP::UserAgent; ... my $response = $ua->get($url); # do whatcha gonna do with it. }