libdata-walk-perl

Traverse perl data structures
  https://metacpan.org/release/Data-Walk
  0
  no reviews



With data::walk, one can have a call back function being called for each node in a given structure. it works with hash references, array references and blessed references of arbitrary depth.

data::walk is similar to file::find, but instead of directory hierachies, it works with perl data.