foreach my $key (keys %hash) { print $hash{$key} if (somecondition); }