in reply to One to many hash question
my @afflicted_keys = grep { $myhash{$_} eq "something" } keys %myhas +h; [download]
-Paul