foreach my $key ( keys %Hash_filematches ) { my $value = {$Hash_filematches{$key}}; print "$key => $value\n" if(exists {$Hash_filematches{$key}}); }