if (exists $params{'foo'}) { if (defined $params{'foo'}) { ...; } else { ...; } } else { ...; }