forked from oalders/HTML-FillInForm
-
Notifications
You must be signed in to change notification settings - Fork 0
Perl 5 HTML::FillInForm module, helps fill in HTML forms from a data structure
License
mla/HTML-FillInForm
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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. Please note that this module requires HTML::Parser 3.26 or greater. To install this module, use CPAN, for example: cpan HTML::FillInForm To instead build this software from source, run: perl Makefile.PL make make test make install After installing, you can read the documentation for this module via: perldoc HTML::FillInForm HTML::FillInForm is installed by default by several web hosting providers, including pair.com - see http://www.pair.com/pair/support/library/serverconfig/perlmods.html It is also available as a package for some Linux distribution, including Mandrake. See: http://rpmfind.net/linux/RPM/cooker/cooker/i586/Mandrake/RPMS/perl-HTML-FillInForm-0.29-2mdk.noarch.html Copyright (c) 2002-2007 Thomas J. Mather, tjmather@maxmind.com All rights reserved. This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
About
Perl 5 HTML::FillInForm module, helps fill in HTML forms from a data structure
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Perl 99.7%
- HTML 0.3%