Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
This module automatically inserts data from a previous HTML form
into the HTML input, textarea and select tags. It is a subclass
of the HTML::Parser manpage 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 a required field.
HTML::FillInForm can be used to redisplay the HTML form with all
the form elements containing the submitted info.