in reply to Need help with syntax error in CGI script
[frink@truth ~]$perl if(1) { print "yeah\n"; } yeah [frink@truth ~]$perl If(1) { print "no\n"; } syntax error at - line 1, near ") {" Execution of - aborted due to compilation errors. [download]