in reply to Re: Iterate over a perl nested hash data structure
in thread Iterate over a perl nested hash data structure
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
|
|---|