in reply to Manipulate deepest values in complex hash structures

Another CPAN candidate that I've had good experience with is Data::Rmap. The API is modeled after perl's map function.

Replies are listed 'Best First'.
Re^2: Manipulate deepest values in complex hash structures
by LanX (Saint) on Apr 30, 2013 at 18:31 UTC
    > Another CPAN candidate that I've had good experience with is Data::Rmap.

    Yep! Looks good, at least from the documentation!

    IMHO the CPAN module for this special task till now! =)

    Cheers Rolf

    ( addicted to the Perl Programming Language)