if (1 .. $not_default eq '') { do this ; } #### if (1 .. !$not_default) { do this ; }