How To Send Email With Perl, Part II
By Will Bontrager2004-06-09
1. Form Field Values
The subroutine ParseValues is where the program checks for and stores the values of form fields. It stores the values in the %In hash variable, the key being the form field name and the value being the form field value.
If a form is used to submit information to the program, the method can be either POST or GET.
A form is not required for this program. An email address can be submitted in the manner of the script in Part I.
Tutorial Pages:
» How To Send Email With Perl, Part II
» Overview
» 1. Form Field Values
» 2. Checking For Required Fields
» 3. Sending the Email
» 4. The ThankYou Page
» An Example Auto-responder's Web Page Form
» Still To Come
Copyright 2004 Bontrager Connection, LLC
| Related Tutorials: » Random subroutines in Perl » Log Script Use » Creating Perl Modules for Web Sites » Bit Vector, Using Perl Vec » Build a Perl/CGI Voting System » Perl Range Operator |
