use WWW::Mechanize; my $mech = WWW::Mechanize->new(); $url = "http://www.omniomix.com"; $mech->get( $url ); $mech->content( format => "text" ); print $mech;