How can i find a key corresponding to a value in PERL hash without going

Troy

New member
through the entire list? My list contains more than a million key-value pair, unfortunately only the keys are unique while the values are not but I have to search using values. Can anyone suggest a method?
 
Back
Top