in reply to Problems sending email from Flash to Perl
I suggest that you remove all the "DO NOT EDIT" code with this:
Before you replace that, (and test how it works) I don't even want to look at the rest of the code.use CGI qw/:standard/; foreach (param()) { $INPUT{$_}=param($_); }
|
|---|