in reply to Prevent Perl Command Line Interpreter Popup From Appearing On Perl Crash
If that is indeed the case, then you might try to redirect STDOUT and/or (more likely to help) STDERR to a log file.
at the start of your script, would do that. For example.open STDERR, ">>logfile.log"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Prevent Perl Command Line Interpreter Popup From Appearing On Perl Crash
by BrowserUk (Patriarch) on Dec 06, 2006 at 17:37 UTC | |
by bart (Canon) on Dec 06, 2006 at 17:40 UTC | |
by BrowserUk (Patriarch) on Dec 06, 2006 at 18:09 UTC |