diff options
author | Robin Barker <RMBarker@cpan.org> | 2000-12-22 12:17:38 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-12-22 15:29:40 +0000 |
commit | 551e1d922a333f90a45a26904eb4d9882f7bd5d4 (patch) | |
tree | 165f10dcbb565db453a9cfef7096b16826754211 /pod/perl56delta.pod | |
parent | a61357a9a84c55ce0c74b8d2bbfb23900cb5bd17 (diff) | |
download | perl-551e1d922a333f90a45a26904eb4d9882f7bd5d4.tar.gz |
; was Re: Perlbug 20000322.006 status +update
Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
p4raw-id: //depot/perl@8228
Diffstat (limited to 'pod/perl56delta.pod')
-rw-r--r-- | pod/perl56delta.pod | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pod/perl56delta.pod b/pod/perl56delta.pod index d11f908eac..a0c4b065e5 100644 --- a/pod/perl56delta.pod +++ b/pod/perl56delta.pod @@ -2631,7 +2631,9 @@ but still allowed it. In Perl 5.6.0 and later, C<"$$1"> always means C<"${$1}">. -=item delete(), values() and C<\(%h)> operate on aliases to values, not copies +=item + +delete(), values() and C<\(%h)> operate on aliases to values, not copies delete(), each(), values() and hashes in a list context return the actual values in the hash, instead of copies (as they used to in earlier |