This module allows you to "walk" an arbitrary Perl data structure in the same way that you can walk a directory tree from a UNIX command line. It reuses familiar unix commands (such as "ls", "cd", "pwd") and applies these to data structures. It has a...
JNOLAN/Data-Walker-1.05 - 18 Oct 2002 23:59:27 UTC"Data::Leaf::Walker" provides simplified access to nested data structures. It operates on key paths in place of keys. A key path is a list of HASH and ARRAY indexes which define a path through your data structure. For example, in the following data s...
DANBOO/Data-Leaf-Walker-0.21 - 01 May 2013 23:53:12 UTCThis module takes a data reference (or two) and recursivly <http://en.wikipedia.org/wiki/Recursion_(computer_science)> travels through it(them). Where the two references diverge the walker follows the primary data reference. At the beginning and end ...
JANDREW/Data-Walk-Extracted-v0.28.0 - 16 Aug 2016 18:23:36 UTCData::Match provides extensible complex Perl data structure searching and matching....
KSTEPHENS/Data-Match-0.06 - 18 Dec 2002 09:20:36 UTCThis module is a low-level interface to the Mac OS X Property List (plist) format in either XML or binary. You probably shouldn't use this in applications–build interfaces on top of this so you don't have to put all the heinous multi-level object stu...
BDFOY/Mac-PropertyList-1.413 - 22 Mar 2018 18:52:32 UTCThis Moose::Role <https://metacpan.org/module/Moose::Manual::Roles> is mostly written as a demonstration module for Data::Walk::Extracted. Both Data::Dumper - Dumper and YAML - Dump functions are more mature than the printing function included here. ...
JANDREW/Data-Walk-Extracted-v0.28.0 - 16 Aug 2016 18:23:36 UTCThis Moose::Role <https://metacpan.org/module/Moose::Manual::Roles> implements the method prune_data. It takes a $tree_ref and a $slice_ref and uses Data::Walk::Extracted <https://metacpan.org/module/Data::Walk::Extracted>. To remove portions of the ...
JANDREW/Data-Walk-Extracted-v0.28.0 - 16 Aug 2016 18:23:36 UTC