C:\Users\melody\Documents>perl -wc FormMail.pl
defined(%hash) is deprecated at FormMail.pl line 243.
(Maybe you should just omit the defined()?)
FormMail.pl syntax OK
C:\Users\melody\Documents>perl -w FormMail.pl
defined(%hash) is deprecated at FormMail.pl line 243.
(Maybe you should just omit the defined()?)
Use of uninitialized value $ENV{“REQUEST_METHOD”} in string eq at FormMail.pl li
ne 140.
Use of uninitialized value $ENV{“REQUEST_METHOD”} in string eq at FormMail.pl li
ne 144.
C:\Users\melody\Documents>
Answer #1
Hello,
From the looks of things, you’re running this locally on your Windows machine. Is this something you plan to use on your hosting account? If so, have you uploaded this and attempted to run FormMail on the server? We have a kb article specifically for that at http://kb.site5.com/others/how-to-create-a-contact-form-using-formmail/