Help for this page

Select Code to Download


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