2001-03-31 03:23:20 +02:00
|
|
|
From README:
|
|
|
|
|
|
|
|
This module automatically inserts data from a previous HTML form into
|
|
|
|
the HTML input and select tags. It is a subclass of HTML::Parser and
|
|
|
|
uses it to parse the HTML and insert the values into the form tags.
|
|
|
|
|
|
|
|
One useful application is after a user submits an HTML form without
|
|
|
|
filling out required field. HTML::FillInForm can be used to redisplay
|
|
|
|
the HTML form with all the form elements containing the submitted
|
|
|
|
info.
|
|
|
|
|
2005-09-21 21:31:43 +02:00
|
|
|
WWW: http://search.cpan.org/dist/HTML-FillInForm/
|
2001-08-15 12:38:52 +02:00
|
|
|
|
2001-03-31 03:23:20 +02:00
|
|
|
-- Alex Kapranoff <kapr@crosswinds.net>
|