in reply to getting html to run your perl!
You need to configure your webserver to run Perl scripts instead of sending the source code.
After you've got that working, ditch all your "form parsing" code in favour of CGI. Also, you might want to use MIME::Lite instead of talking to sendmail directly, especially on Windows. Also, you don't want to interpolate form values into your email, because that can easily be abused to turn your form into a spam mailer.
|
|---|