Help for this page
use strict; use WWW::Mechanize::PhantomJS; ... my $mech = WWW::Mechanize::PhantomJS->new(); $mech->get('http://google.com'); print Dumper $mech->content();