if ($var || 2) { # do stuff here } else { # won't do stuff } #### $var || 2; # do stuff here #### $var; # do stuff here