#!/usr/local/bin/perl use CGI; $q = new CGI; $name = $q->param('name'); $email = $q->param('email'); #Replace "your_account_name" in the From field with your email address. #You must precede each @ in the address with a backslash, # so that Perl doesn't think it's an array open(MAIL, "| /usr/lib/sendmail -oi -n -t"); print MAIL < Thank You Page

Thanks!

Thanks, $name!
I'll mail information to $address right away. HTML_RESPONSE