Help for this page

Select Code to Download


  1. or download this
    if ($DEBUG) {
        print STDERR "Debug: some value";
        # some tempory line to debug our debuger ...
        # some other temp line ...
    }
    
  2. or download this
    do {
         print STDERR "Debug:  some value";
         # some temporary line
         # some other temporary line
    } if $DEBUG;