diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-06 20:43:35 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-06 20:43:35 +0000 |
commit | 6f54a448f6b00b0c7496e7e310807ef52f882fd8 (patch) | |
tree | c44b7b05e262a745788ce23e8b1e1bea85793325 /pod/perldiag.pod | |
parent | 5315574d134a1fb58aaf7b1730a6eef7afd7ba4c (diff) | |
download | perl-6f54a448f6b00b0c7496e7e310807ef52f882fd8.tar.gz |
remove dup entry in perldiag
p4raw-id: //depot/perl@1341
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r-- | pod/perldiag.pod | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 0805db3ebd..f2415cc444 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -334,13 +334,9 @@ system malloc(). =item Bad index while coercing array into hash -(F) A field name of a typed variable was looked up in the %FIELDS -hash, but the index found was not legal, i.e. less than 1. - -=item Bad index while coercing array into hash - -(F) The index looked up in the hash found as 0'th element of the array -is not legal. Index values must be at 1 or greater. +(F) The index looked up in the hash found as the 0'th element of a +pseudo-hash is not legal. Index values must be at 1 or greater. +See L<perlref>. =item Bad name after %s:: |