Acme-CPANModules-DataStructureWalker
view release on metacpan or search on metacpan
NAME
Acme::CPANModules::DataStructureWalker - List of modules that traverse
your data structure
VERSION
This document describes version 0.003 of
Acme::CPANModules::DataStructureWalker (from Perl distribution
Acme-CPANModules-DataStructureWalker), released on 2023-10-29.
DESCRIPTION
This list catalogs modules that let you traverse your data structure by
visiting each node/item: each element of an array, each key/value pair
of a hash, recursively. Sort of like File::Find for your data instead of
filesystem. These modules can be used for searching or modifying your
data.
Many modules in this list mimic Perl's "map" interface, for example:
Data::Rmap, Data::Dmap, Data::Traverse. The difference among these
modules lies in the details: in how you specify option to skip
unsupported types of references, or whether some let you control the
recursion (e.g. Data::Rmap's and Data::Dmap's "cut"),
lib/Acme/CPANModules/DataStructureWalker.pm view on Meta::CPAN
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2023-10-29'; # DATE
our $DIST = 'Acme-CPANModules-DataStructureWalker'; # DIST
our $VERSION = '0.003'; # VERSION
our $LIST = {
summary => "List of modules that traverse your data structure",
description => <<'_',
This list catalogs modules that let you traverse your data structure by visiting
each node/item: each element of an array, each key/value pair of a hash,
recursively. Sort of like <pm:File::Find> for your data instead of filesystem.
These modules can be used for searching or modifying your data.
Many modules in this list mimic Perl's `map` interface, for example:
<pm:Data::Rmap>, <pm:Data::Dmap>, <pm:Data::Traverse>. The difference among
these modules lies in the details: in how you specify option to skip unsupported
types of references, or whether some let you control the recursion (e.g.
Data::Rmap's and Data::Dmap's `cut`),
lib/Acme/CPANModules/DataStructureWalker.pm view on Meta::CPAN
=head1 NAME
Acme::CPANModules::DataStructureWalker - List of modules that traverse your data structure
=head1 VERSION
This document describes version 0.003 of Acme::CPANModules::DataStructureWalker (from Perl distribution Acme-CPANModules-DataStructureWalker), released on 2023-10-29.
=head1 DESCRIPTION
This list catalogs modules that let you traverse your data structure by visiting
each node/item: each element of an array, each key/value pair of a hash,
recursively. Sort of like L<File::Find> for your data instead of filesystem.
These modules can be used for searching or modifying your data.
Many modules in this list mimic Perl's C<map> interface, for example:
L<Data::Rmap>, L<Data::Dmap>, L<Data::Traverse>. The difference among
these modules lies in the details: in how you specify option to skip unsupported
types of references, or whether some let you control the recursion (e.g.
Data::Rmap's and Data::Dmap's C<cut>),
( run in 0.691 second using v1.01-cache-2.11-cpan-a5abf4f5562 )