if (! exists $hash{$key}){ ... next; } #### if (! ref $hash{$key} eq 'HASH'){ ... next; }