in reply to Module for manipulating complex hashes?

Data::Diver maybe? If that is insufficient, you probably want Class::Struct (in core) + Class::XPath.

Makeshifts last the longest.

  • Comment on Re: Module for manipulating complex hashes?

Replies are listed 'Best First'.
Re^2: Module for manipulating complex hashes?
by bowei_99 (Friar) on Mar 03, 2006 at 20:50 UTC
    Great! Yes, I think Data::Diver works for the search functionality. However, it doesn't display results (e.g. dump all of or part of the nested hash) in CSV format... I think I may need to put some of my code into a module, which uses Text::CSV.

    -- Burvil