View Single Post
Old 07-29-2012, 03:16 PM   PM User | #2
FishMonger
Super Moderator


 
Join Date: May 2005
Location: Southern tip of Silicon Valley
Posts: 2,753
Thanks: 2
Thanked 149 Times in 144 Posts
FishMonger will become famous soon enoughFishMonger will become famous soon enough
Your professor must be a very incompetent Perl programmer to have you use such an old and poorly written script.

To check for syntax errors, execute it from the command line like this:
Quote:
D:\perl>perl -c Form-mail.pl
Form-mail.pl syntax OK
While being extremely poorly written, it doesn't have any syntax errors.

What response are you getting that lead you to believe that it had syntax errors?

Last edited by FishMonger; 07-29-2012 at 03:20 PM..
FishMonger is offline   Reply With Quote