Help for this page
perl -MLWP::Debug=+conns -MLWP::Simple -e get(shift) http://perl.org
#!/usr/bin/perl -w use strict; ... my $url = 'http://www.perlmonks.org'; my $response = $agent->get($url);