Dear Monks,
I can find the key in hash bye using below code.
my %hash=("111"=>"one", "222"=>"two"); if (defined($hash{"111"})) { print "\nfound"; }
How can we find the value without using key. i.e. I need to find "one" value in hash.
Thanks
Kanishk
In reply to grep value in hash by kanish
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |