http://qs321.pair.com?node_id=924942


in reply to Re^4: Hashes of Hashes of Arrays? Is it possible?
in thread Hashes of Hashes of Arrays? Is it possible?

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.

For that, you want to introduce a simple control break into your program.

  • Comment on Re^5: Hashes of Hashes of Arrays? Is it possible?