princepawn has asked for the wisdom of the Perl Monks concerning the following question:
I was hoping to take STDERR and save it in a file and then FTP it to myself to save the person using my script the trouble.
I want to control the redirection of STDERR to a file via my Perl program, because I cant ensure that the people using my program will reliably use the proper unix notation to do this.
|
---|
Replies are listed 'Best First'. | |
---|---|
(jcwren) Re: How does one redirect STDERR to a file? ((Filehandle
by jcwren (Prior) on Sep 27, 2000 at 00:17 UTC | |
Re: How does one redirect STDERR to a file? ((Filehandle
by Fastolfe (Vicar) on Sep 26, 2000 at 23:20 UTC | |
by ncw (Friar) on Sep 26, 2000 at 23:33 UTC | |
Re: How does one redirect STDERR to a file? ((Filehandle
by chromatic (Archbishop) on Sep 27, 2000 at 00:20 UTC | |
Re (tilly) 1: How does one redirect STDERR to a file? ((Filehandle
by tilly (Archbishop) on Sep 27, 2000 at 01:48 UTC | |
RE: How does one redirect STDERR to a file? ((Filehandle, redirection, logging))
by myocom (Deacon) on Sep 27, 2000 at 00:23 UTC | |
by princepawn (Parson) on Sep 27, 2000 at 16:48 UTC |