in reply to search for particular elements of hash with multiple values

Use a loop(while) like in real life, that is walk into each room (values %hash), then check into each drawer (  $val->[666] eq ... ) stop looking when something something...

Replies are listed 'Best First'.