in reply to How does one redirect STDERR to a file? ((Filehandle, redirection, logging))
BEGIN { open(STDERR, ">stderr.log"); }
|
---|
Replies are listed 'Best First'. | |
---|---|
RE: Re: How does one redirect STDERR to a file? ((Filehandle
by ncw (Friar) on Sep 26, 2000 at 23:33 UTC |