in reply to Re: Re: How do I...? - Looping on a growing hash
in thread How do I...? - Looping on a growing hash

I just changed my code to deal with 1 hash, ...

By using one top-level hash, you're buying into a set of intermediate-level data structure problems that you could avoid by using several (5?) top-level hashes, one per "purpose". I recommend you do the latter.

  • Comment on Re: Re: Re: How do I...? - Looping on a growing hash