if ($variable and $variable eq 'value') { # do something # ... } #### if ((defined $variable) && ($variable eq 'value')) { # do something # ... }