in reply to Capturing Error message in a log file.
Are you using strict? If not, then you probably should, because it would have helped you locate the source of your problem.sub debug { my $debug_output = shift; if ($debug_output) {
jdporter
The 6th Rule of Perl Club is -- There is no Rule #6.
|
|---|