Help for this page

Select Code to Download


  1. or download this
      while (tight_loop) {
        write_to_log("Some msg involving $somevar") if REALLY_HEAVY_DEBUG;
        some_more_code();
      }