The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.025

  • • The get, head, post, put and request methods now alias $_ to a new scalar to protect a tied $_ belonging to the caller from modification by other modules WWW::Scripter depends on. • The status and defaultStatus methods have been removed. status conflicts with a WWW::Mechanize method. defaultStatus makes no sense without status. These were added for completeness’ sake, for scripts to access, but no scripts really use these any more. This removal might be temporary if I think of a way to reintroduce them without conflicts. • A memory leak in the ->frames method has been fixed. It was creating circular references that kept the window and document objects alive.

Documentation

For scripting web sites that have scripts
History object for WWW::Scripter
Location object for WWW::Scripter

Modules

Multiple-window browsing environment