in reply to Re: Re: How do I...? - Looping on a growing hash
in thread How do I...? - Looping on a growing 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.
|
|---|