NestedMap
view release on metacpan or search on metacpan
lib/NestedMap.pm view on Meta::CPAN
=head1 COPYRIGHT
Copyright 2003 David Cantrell
This module is free-as-in-speech software, and may be used, distributed,
and modified under the same terms as Perl itself.
=cut
sub nestedmap(&@) {
my $f = shift;
map {
local @NestedMap::stack = ($_, @NestedMap::stack);
$f->($_);
} @_
}
( run in 0.700 second using v1.01-cache-2.11-cpan-49f99fa48dc )