FEEDBACK FORM EXAMPLE:

Attached is the necessary Perl script and HTML sample file to
make a fairly standard issue "web site feedback" page.

Put stdmail.htm in your documents directory on your web site.
Put stdmail.pl in the /cgi-bin directory on your web site.
Put PJCmail.pm in the /cgi-bin directory on your web site.

The form method in stdmail.htm points to /cgi-bin/stdmail.pl,
which reads the SENDER_NAME, SENDER_EMAIL and MESSAGE variables
from the HTML FORM and then sends an e-mail message to you.

BEFORE YOU TRY USING IT 
- edit "stdmail.pl" and put in your e-mail address where it
  defines the "$official_recipient_email" variable. This MUST
  be an address at the domain name from which the script runs!
  (ie. if the script is in http://www.mydomain.com/cgi-bin
  then you must use an e-mail address at "mydomain.com")
  The mail server may reject any other address as an attempted
  'relay message'.
