in reply to Capturing Error message in a log file.
Check the value of $debug_output to make sure it contains a valid filename/path. Check permissions of the file etc...open(OUT, ">>$debug_output") || warn "Could not append to $debug_outpu +t - $!\n";
|
|---|