Help for this page

Select Code to Download


  1. or download this
    my $debug = 0;
    if($debug && $debug == 1) {
      OPEN(DEBUG,">>/home/path/logs/debug.txt") or die "Could not Open Fil
    +e for appending: $!";
    }
    
  2. or download this
    print DEBUG "Made it to line 3917 where There was an error ['" . $dbh-
    +>errstr . "'] in the insert\n" if DEBUG && $debug;