foreach my $text_id (keys %hash2) { if ($hash2{$text_id} =~ $match) { ... } }