in reply to Iterating over hash contents?
my @keys_for_matching_values = grep { $hash{$_} eq $variable } keys %hash;