Front page | perl.perl5.porters |
Postings from March 2001
PATCH pod/perldiag.pod
Thread Next
From:
Robin Houston
Date:
March 30, 2001 05:10
Subject:
PATCH pod/perldiag.pod
Message ID:
20010330141036.A1105@puffinry.freeserve.co.uk
The perldiag entry for "Can't use %!" doubles the % a la printf,
which means that the "diagnostics" module doesn't recognise the
error message.
.robin.
--- perl@9452/pod/perldiag.pod Tue Mar 27 15:22:38 2001
+++ perl-robin/pod/perldiag.pod Fri Mar 30 14:07:59 2001
@@ -999,7 +999,7 @@
(F) Only hard references are allowed by "strict refs". Symbolic
references are disallowed. See L<perlref>.
-=item Can't use %%! because Errno.pm is not available
+=item Can't use %! because Errno.pm is not available
(F) The first time the %! hash is used, perl automatically loads the
Errno.pm module. The Errno module is expected to tie the %! hash to
Thread Next
-
PATCH pod/perldiag.pod
by Robin Houston