in reply to Re: Help with Hash of hashes, is there a better way?
in thread Help with Hash of hashes, is there a better way?
wfsp,
I suppose i'm not happy with the nested loops as i have to traverse the structure several times in the code and that requires using the same bit of code again and again. Any bit of code that gets used more than once is crying out for a function to be written. Unfortunately either my skills,imagination or experience isn't quite up to it.
Any ideas?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Help with Hash of hashes, is there a better way?
by ikegami (Patriarch) on Jun 01, 2006 at 09:24 UTC | |
by TeraMarv (Beadle) on Jun 01, 2006 at 10:16 UTC | |
Re^3: Help with Hash of hashes, is there a better way?
by ikegami (Patriarch) on Jun 01, 2006 at 09:22 UTC | |
Re^3: Help with Hash of hashes, is there a better way?
by friedo (Prior) on Jun 01, 2006 at 09:03 UTC | |
by bart (Canon) on Jun 01, 2006 at 09:36 UTC | |
Re^3: Help with Hash of hashes, is there a better way?
by wfsp (Abbot) on Jun 01, 2006 at 08:29 UTC |