Help for this page

Select Code to Download


  1. or download this
    print DEBUGOUT "blah blah debug message blah" if DEBUGGING;
    
  2. or download this
    print DEBUGOUT "key=$a, value=$b\n" while( ($a, $b) = each %hash and D
    +EBUGGING );