diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-05-09 21:23:57 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-05-09 21:23:57 +0000 |
commit | e2ae18322e820d209c08ca6740d8938b0267c7d7 (patch) | |
tree | 10ff934fb2c1d6516e403b23450f607e7af523aa /pod/perldiag.pod | |
parent | 3ebc477e067177dc30c7d86751fff682e5e03168 (diff) | |
download | perl-e2ae18322e820d209c08ca6740d8938b0267c7d7.tar.gz |
Remove the error messages "Final @ should be \@ or @name"
and "Final % should be \% or %name", that appear to be
only produced in addition to another syntax error, and therefore
misleading, if I understand correctly that kind of black magic.
p4raw-id: //depot/perl@19468
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r-- | pod/perldiag.pod | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index f40b7a078e..8a744b9835 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -1520,13 +1520,6 @@ a literal dollar sign, or was meant to introduce a variable name that happens to be missing. So you have to put either the backslash or the name. -=item Final @ should be \@ or @name - -(F) You must now decide whether the final @ in a string was meant to be -a literal "at" sign, or was meant to introduce a variable name that -happens to be missing. So you have to put either the backslash or the -name. - =item flock() on closed filehandle %s (W closed) The filehandle you're attempting to flock() got itself closed |