Help for this page
my $ua = LWP::UserAgent->new; my $request = HTTP::Request->new('GET' => $url); ... ... }