News | About | Examples | Extras | Errata | Opinions | Help | Home
Here is the basic script for parsing and displaying form data:
The field with the NAME attribute equal to $name had a VALUE equal to @value
This script uses CGI.pm to compile and parse the form data, creates a hash to store it in, and then prints it out for the visitor.