if ( ! defined $hash{$key} ) { next; } # oder if ( not defined $hash{$key} ) { next; } # oder noch kürzer next if !defined $hash{$key};