in reply to Re^2: Matching value in hash help!
in thread Matching value in hash help!
It means that, in the hash you're currently using, the values you're looking for are in keys, and the keys you're searching with are in values.
More useulf is a hash that looks like the following:
AA => "Loc A", BB => "Loc A", TT => "Loc B", T => "Loc B", PP => "Loc C", # etc
|
|---|