for (keys %myhash) { print "$_ eq a\n" if $myhash{$_} eq 'a'; } [download]
In reply to Re: How to get Keys from hash having same value? by McDarren in thread How to get Keys from hash having same value? by isha