M.J.T. Guy [Sun, 23 Mar 1997 09:24:09 +0000 (09:24 +0000)]
An omission from perldiag:
p5p-msgid: E0w8jVZ-0005va-00@ursa.cus.cam.ac.uk
of Perl. Check the #! line, or manually feed your script into
Perl yourself.
+=item Bareword "%s" not allowed while "strict subs" in use
+
+(F) With "strict subs" in use, a bareword is only allowed as a
+subroutine identifier, in curly braces or to the left of the "=>" symbol.
+Perhaps you need to pre-declare a subroutine?
+
=item BEGIN failed--compilation aborted
(F) An untrapped exception was raised while executing a BEGIN subroutine.