Help for this page
use WWW::Mechanize; ... my $url = 'http://example.com'; $mech->get( $url ); print $mech->text;