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...
Comment on
Re: search for particular elements of hash with multiple values
Download
Code
Replies are listed 'Best First'.
In Section
Seekers of Perl Wisdom