c:\test\xx>perl -we"for () { print; }" syntax error at -e line 1, near "() " Execution of -e aborted due to compilation errors. c:\test\xx>perl -we"for (()) { print; }"