~/info> perl -Mstrict -c -e 'foo()' -e syntax OK ~/info> perl -Mstrict -c -e 'foo' Bareword "foo" not allowed while "strict subs" in use at -e line 1. -e had compilation errors.