my %hash; my $key = "test"; if (exists $hash{$key}) { # do something } else { # do something else }