Searched refs:pairgrep (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/ |
| H A D | pair.t | 7 use List::Util qw(pairgrep pairfirst pairmap pairs unpairs pairkeys pairvalues); 11 is_deeply( [ pairgrep { $b % 2 } one => 1, two => 2, three => 3 ], 15 is( scalar( pairgrep { $b & 2 } one => 1, two => 2, three => 3 ), 19 is_deeply( [ pairgrep { $a } 0 => "zero", 1 => "one", 2 ], 28 pairgrep { } one => 1, two => 2; 31 pairgrep { } one => 1, two =>; 32 like( $warnings, qr/^Odd number of elements in pairgrep at /, 38 pairgrep { $b++ } @kvlist;
|
| H A D | undefined-block.t | 7 BEGIN { @subs = qw(reduce first none all any notall pairfirst pairgrep pairmap) };
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/ |
| H A D | ListUtil.xs | 1014 pairgrep(block,...) in pairgrep() function
|