Help for this page

Select Code to Download


  1. or download this
    use constant DEBUG => 1;
    print "this is debug" if DEBUG;
    
  2. or download this
    $logger->debug("Erroneous array: @super_long_array")
      if($logger->is_debug());