in reply to Re^2: comparing array elements
in thread comparing array elements

I eventually filled that particular hole in my head with 'if I ever need to search it, use a hash'. Now I use an even simpler method. 'Always use hashes unless there's a really good reason to use a list'.

Okay, people who know better, please throw fruit at me...