foreach (keys %hash) { if ($hash{$_} eq '111') { print "Found at key $_"; last; } }