in reply to Re^3: Hashes of Hashes of Arrays? Is it possible?
in thread Hashes of Hashes of Arrays? Is it possible?
ahh..That fixed it. Thank you very much.
One quick question, how do I avoid having to save the huge dataset in memory by processing and printing the results on fly?
I would like to undef the HASH at after each second in time i.e create a loop for each key and undef my %HOH. Any ideas how/where I can add the control statement for $key?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Hashes of Hashes of Arrays? Is it possible?
by Marshall (Canon) on Sep 08, 2011 at 23:17 UTC | |
Re^5: Hashes of Hashes of Arrays? Is it possible?
by Jim (Curate) on Sep 08, 2011 at 20:21 UTC |
In Section
Seekers of Perl Wisdom