Help for this page
use LWP; require LWP::Protocol::http10; ... my $ua = LWP::UserAgent->new(); $ua->get('http://server.local/foo');