kiseok7 has asked for the wisdom of the Perl Monks concerning the following question:
I would like to write "error in something" on file(error.log)print STDERR "script start\n"; do_something or die "error in something"; print STDERR "script end\n";
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Catching STDERR
by mr.nick (Chaplain) on Jun 27, 2001 at 04:36 UTC | |
by kiseok7 (Beadle) on Jun 27, 2001 at 04:46 UTC | |
Re: Catching STDERR
by RhetTbull (Curate) on Jun 27, 2001 at 07:12 UTC | |
(Ovid) Re: Catching STDERR
by Ovid (Cardinal) on Jun 27, 2001 at 04:39 UTC | |
by tye (Sage) on Jun 27, 2001 at 09:47 UTC |