Form Data Dump

This program is designed to demonstrate the data structures Perl will read from HTML forms. Just fill out some values, then click submit to see what the resulting data structure will be. If you want more information about HTML forms, see the standard. For more information about the CGI Perl module, see CPAN.

The source code for this web application can be downloaded here.

Here's Radio Button 1
Here's Radio Button 2
A Check Box
Text
Password
(There is a hidden input element here containing a string).

W. John Holden
Last updated May 6, 2006.