Help for this page

Select Code to Download


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