From 0eec0a4c5abd96c5d43a451c26a3318970d87c0e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zsb=C3=A1n=20Ambrus?= Date: Mon, 18 Oct 2010 16:22:52 -0700 Subject: [PATCH] Add keys(@a) and values(@a) to perldelta since it was missed in 5.12.0 --- pod/perldelta.pod | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 40658ef..7a9687e 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -121,6 +121,13 @@ C op checking have been separated out and exposed in the API. Custom regular expression engines can now determine the return value of C on an entry of C<%+> or C<%->. +=head2 C, C work on arrays + +You can now use the C, C, C builtin functions on arrays +(previously you could only use them on hashes). See L for details. +This is actually a change introduced in perl 5.12.0, but it was missed from +that release's perldelta. + =head1 Security XXX Any security-related notices go here. In particular, any security -- 2.7.4