in reply to How to get Keys from hash having same value?
@a_keys = grep { $myhash{$_} eq 'a' } keys %myhash; [download]