I have a hash as follows:

PC1 => Nikola Janceski
PC2 => Some Moron
PC3 => Some Other Moron
etc..

I want to be able to get the key (PC#) using the value, what's the fastest
method?

What I can think of:
a. have a reversed hash of the same info.
b. use that funky module which makes hashes go both ways
c. grep through the values and grab that.
d. Your method here.

THANX!

Nikola Janceski

Nature, to be commanded, must be obeyed.
-- Francis Bacon


----------------------------------------------------------------------------
--------------------
The views and opinions expressed in this email message are the sender's
own, and do not necessarily represent the views and opinions of Summit
Systems Inc.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to