in reply to Re: Iterate over a perl nested hash data structure
in thread Iterate over a perl nested hash data structure
So for instance I want to read the hash and do something like this. If find hash called 'bigstor_nfs' then print out to another file all the key/value pairs. then carry on to the next hash name at this level in the data structure. If thats called 'test_nfs' then print out all the key/values pairs to the same output file and then continue doing this comparing the names of each hash until the end of the data structure I think this is possible. I have tried so may different ways and I cant get this to work. Please can you help me?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Iterate over a perl nested hash data structure
by aitap (Curate) on Feb 20, 2013 at 16:17 UTC |