k" <[EMAIL PROTECTED]>
To: "David Swiderski" <[EMAIL PROTECTED]>
Cc:
Sent: Sunday, September 18, 2005 1:05 AM
Subject: Re: displaying a message using perl code
perl script email.pl
#!/usr/bin/perl
# Gets the data from the form
&parse_form;
Wow
OK, looks like you
.html form.
#
# Last modified 09/16/2005
#
# modified file email.pl by David Swiderski
#
# Points $mailprogram to sendmail - used to send notification
$mailprogram = '/usr/sbin/sendmail';
# Where should notif
Hello to all on the perl email list.
I am new to this list and being a newbie, don't have much experience or
knowledge of perl but have managed to modify my first simple perl script which
sends information via email from an html form that I created and which gets
filled out by the user. I was