WWW::Scripter

For scripting web sites that have scripts
Download

WWW::Scripter Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Father Chrysostomos
  • Publisher web site:
  • http://search.cpan.org/~sprout/

WWW::Scripter Tags


WWW::Scripter Description

WWW::Scripter is a subclass of WWW::Mechanize that uses the W3C DOM and provides support for scripting.No actual scripting engines are provided with WWW::Scripter, but are available as separate plugins.SYNOPSIS use WWW::Scripter; $w = new WWW::Scripter; $w->use_plugin('Ajax'); # packaged separately $w->get('http://some.site.com/that/relies/on/ajax'); $w->eval(' alert("Hello from JavaScript") '); $w->document->getElementsByTagName('div')->->.... $w->content; # returns the HTML content, possibly modified # by scriptsProduct's homepage


WWW::Scripter Related Software