$ /usr/bin/perl -c -W -Mstrict - print "Hello"; - syntax OK print "Hello"; print hello2 Unquoted string "test" may clash with future reserved word at - line 1. Name "main::test" used only once: possible typo at - line 1. - syntax OK . . .