I am trying to use WWW::Scripter to get a web page with Javascript in it and using the following code look at the HTML.
my $url = 'http://www.whatever.whatever'; my $mechObject = new WWW::Scripter; $mechObject->use_plugin('JavaScript'); $mechObject->get( $url ); print $mechObject -> content;
This seems to follow the example at CPAN but prints out the javascript. As a perl appprentice coder of not much knowledge can someone point me in the right direction please.
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |