WWW/Mechanize/Shell version 0.10
================================
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
Test::Inline - for the tests
Nice to have are :
Win32::OLE - for automating IE
Pod::Constants - for the online help
HTML::TableExtract - for extracting stuff out of tables
COPYRIGHT AND LICENCE
You can use this shell under the same terms as Perl itself
Copyright (C) 2002,2003 Max Maischein (corion@cpan.org)