$possibly_undefined_val_here //= 1; if ( $possibly_undefined_val_here == 0 ){} #now always defined #### use constant DEBUG => 1; if (DEBUG) {}