- or download this
unless (open ($fh_debug, ">>", $self -> {debug_file_name}))
{
print STDERR "\nCould not open \$fh_debug: $!\n";
die;
}
- or download this
line_no
480 print $fh_debug "jj\n";
...
493 print STDERR "\nCould not close \$fh_debug: $!\n";
494 die;
495 }
- or download this
jj
$fh_debug is defined
- or download this
Could not close $fh_debug: Bad file descriptor
Died at /u1/stat/global/bin/perllib/master_log.pm line 494.
Can't use an undefined value as a symbol reference at /u1/stat/global/
+bin/perllib/master_log.pm line 480.