in reply to determine a hash key
my @gt1 = grep { grep $_ > 1, values %{$hash{$_}} } keys %hash; [download]
_________broquaint