in reply to fast hash search

Provide some sample code and data (read I know what I mean. Why don't you? first).

Do you mean that you want to find a key given a value? If that is the case generate a hash using the values as keys and the keys as values (invert the hash).


DWIM is Perl's answer to Gödel