Help for this page
#!/usr/bin/perl use strict; ... my $mech = WWW::Mechanize->new; $mech->get('http://www.perlmonks.com/'); print $mech->content;
$ ls -l /usr/lib/perl5/site_perl/5.8.8/WWW total 104 ... cpan[5]> install HTTP::Response HTTP::Response is up to date (6.03).