989772c9ac
had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
12 lines
484 B
Text
12 lines
484 B
Text
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.
|
|
|
|
WWW: http://search.cpan.org/dist/HTML-FillInForm/
|