From: M.J.T. Guy Date: Sun, 23 Mar 1997 09:24:09 +0000 (+0000) Subject: Missing item in perldiag X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c00a529017138505fcbe538b74c7884abe1d18e1;p=p5sagit%2Fp5-mst-13.2.git Missing item in perldiag An omission from perldiag: p5p-msgid: E0w8jVZ-0005va-00@ursa.cus.cam.ac.uk --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index e0a23b0..05d04bd 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -334,6 +334,12 @@ wasn't a symbol table entry. 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.