in reply to Iterate over a perl nested hash data structure

Did you try JSON -> PERL available through JSON::XS?
  • Comment on Re: Iterate over a perl nested hash data structure

Replies are listed 'Best First'.
Re^2: Iterate over a perl nested hash data structure
by NewLondonPerl1 (Acolyte) on Feb 20, 2013 at 06:24 UTC

    Yes. I am using JSON::XS to decode the json data. Then when I dump this with data::dumper to see what it looks like it is a hash of hashes. I am struggling with how to iterate over each of the individual hashes and depending on what the name of these are I want to then print out the key/value pairs within that hash

A reply falls below the community's threshold of quality. You may see it by logging in.