This is a small shell around WWW::Mechanize that allows interactive exploration of a web page. After you've found your way around the website, you can dump the session as Perl code to replay the session without the shell.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
WWW::Mechanize
WWW::Mechanize::FormFiller
Term::Shell
Hook::LexWrap
Nice to have are :
Win32::OLE - for automating IE
Pod::Constants - for the online help
HTML::TableExtract - for extracting stuff out of tables
Test::Inline - for the tests
COPYRIGHT AND LICENCE
You can use this shell under the same terms as Perl itself
Copyright (C) 2002,2010 Max Maischein (corion@cpan.org)