File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2130,7 +2130,8 @@ X<each> X<hash, iterator>
21302130=item each ARRAY
21312131X<array, iterator>
21322132
2133- =for Pod::Functions retrieve the next key/value pair from a hash
2133+ =for Pod::Functions retrieve the next key/value pair from a hash or
2134+ index/value from an array
21342135
21352136When called on a hash in list context, returns a 2-element list
21362137consisting of the key and value for the next element of a hash. In Perl
@@ -3930,7 +3931,7 @@ X<keys> X<key>
39303931
39313932=item keys ARRAY
39323933
3933- =for Pod::Functions retrieve list of indices from a hash
3934+ =for Pod::Functions retrieve list of indices from a hash or array
39343935
39353936Called in list context, returns a list consisting of all the keys of the
39363937named hash, or in Perl 5.12 or later only, the indices of an array. Perl
@@ -10494,7 +10495,7 @@ X<values>
1049410495
1049510496=item values ARRAY
1049610497
10497- =for Pod::Functions return a list of the values in a hash
10498+ =for Pod::Functions return a list of the values in a hash or array
1049810499
1049910500In list context, returns a list consisting of all the values of the named
1050010501hash. In Perl 5.12 or later only, will also return a list of the values of
You can’t perform that action at this time.
0 commit comments