$ perl -wce 'require foo' -e syntax OK $ perl -wce 'package foo' -e syntax OK $ perl -wce 'foo -> method' Unquoted string "foo" may clash with future reserved word at -e line 1. -e syntax OK $ perl -wce 'Foo -> method' -e syntax OK