in reply to Pushing arrays into hashes

Maybe it would be better to ask for help with the "algorithms used in some place" and use a hash. It's more efficient to call values() or keys() a few times than it's to build a hash or use grep() or first() whenever you do need to find out the value for a key.

Replies are listed 'Best First'.
Re^2: Pushing arrays into hashes
by BiffBaker (Novice) on Jun 26, 2007 at 01:02 UTC
    Thank you! I will dig into this a bit.