if (exists $hash{$key}) # If exists if (defined $hash{$key}) # If exists, defined if ( $hash{$key}) # If exists, defined and true