6a4da1820d
From DESCR: This 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.
6 lines
432 B
Text
6 lines
432 B
Text
This 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.
|