$ perl -e 'use WWW::Mechanize; my $mech = WWW::Mechanize->new; my $hro = $mech->get(q{http://www.perlmonks.com/}); print $hro->content' | less