81797980f7
URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search
10 lines
492 B
Text
10 lines
492 B
Text
The module is intended as a simple way to fill out HTML forms from a set
|
|
of predetermined values. You set up the form filler with value elements,
|
|
retrieve the HTML form, and let the form filler loose on that form.
|
|
|
|
There are value classes provided for many tasks - fixed values, values
|
|
to be queried interactively from the user, values taken randomly from a
|
|
list of values and values specified through a callback to some Perl
|
|
code.
|
|
|
|
WWW: http://search.cpan.org/dist/WWW-Mechanize-FormFiller/
|