On Wed, 12 Dec 2001 12:57:25 -0500, [EMAIL PROTECTED] (Juan Amore)
wrote:
>Hello Perl Gurus,
>
>Do's anyone have any examples as to how to send a
>email reply back to my HTML if someone selects the
>my email value;ie ($form_name, $email) = split (/=/, $fields[1]) on my
> HTML form and if not to s
Hello Perl Gurus,
Do's anyone have any examples as to how to send a
email reply back to my HTML if someone selects the
my email value;ie ($form_name, $email) = split (/=/, $fields[1]) on my
HTML form and if not to send a Thankyou.
Best Rgds;
JA
#!/usr/bin/perl -w
# Get the submitted data
$c