http://qs321.pair.com?node_id=932688


in reply to How to find all occurrences of a key in a deeply nested structure?

There are a couple of promising modules on CPAN when searching "traverse" Data::Walk and Data::Traverse

                - Ant
                - Some of my best work - (1 2 3)

  • Comment on Re: How to find all occurrences of a key in a deeply nested structure?

Replies are listed 'Best First'.
Re^2: How to find all occurrences of a key in a deeply nested structure?
by deMize (Monk) on Oct 20, 2011 at 15:05 UTC
    Thanks, this is something I was looking for. I didn't want to roll my own, because I thought there would be something like this out there.

    Cheers,

    Demize