Re: how do I send a email reply back to my HTML form:

2001-12-12 Thread zentara
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

how do I send a email reply back to my HTML form:

2001-12-12 Thread AMORE,JUAN (HP-Roseville,ex1)
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