Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I have a perl script using a module, and when the module encounters an error it dies and prints an error to the screen. I need to capture this output it, manipulate it, and then print it out.
Any ideas?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Capturing STDERR from a module
by Ovid (Cardinal) on May 16, 2003 at 19:32 UTC | |
by Anonymous Monk on May 16, 2003 at 19:42 UTC |