WWW/Mechanize/FormFiller version 0.01

WWW::Mechanize::FormFiller and its submodules are useful to automate web forms. The FormFiller object is filled with a set of rules how to fill out HTML form field and then let loose on a HTML form. It fills in the fields according to the preset rules.

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:

Test::More for the tests
HTML::Form for the filling of HTML forms

COPYRIGHT AND LICENCE

These modules may be used under the same terms as Perl itself

Copyright (C) 2002,2003 Max Maischein, corion@cpan.org