This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlfunc: list each/keys/values as ARRAY functions
authorDavid Golden <dagolden@cpan.org>
Wed, 8 Sep 2010 00:26:38 +0000 (20:26 -0400)
committerDavid Golden <dagolden@cpan.org>
Wed, 8 Sep 2010 00:35:34 +0000 (20:35 -0400)
commita5ce339cb0c533c90d1033581bf794417d495928
tree3698e158877790daca221dbc712883022e80b9e2
parent87f718f15c8a57e274b2507ba40e4bd0857529ea
perlfunc: list each/keys/values as ARRAY functions

As of Perl 5.12.0, the each(), keys() and values() functions also
operate on arrays, but were not listed in the table of contents section
titled "Functions for real @ARRAYs".  This patch fixes that oversight.

The delete() and exists() functions were not added, as their use on
array elements has been deprecated.
pod/perlfunc.pod