[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl] How do I redirect STDERR to text file?



At 19.38 1998.04.14, Robert Stevenson wrote:
>I'd like to be able to redirect all of the STDERR text (currently going to
>MacPerl's console window) and have it instead go to an external text file.

    open(STDERR, ">some:file.txt") || die $!;

Yep, that easy.

--
Chris Nandor          mailto:pudge@pobox.com         http://pudge.net/
%PGPKey=('B76E72AD',[1024,'0824 090B CE73 CA10  1FF7 7F13 8180 B6B6'])
#==               New Book:  MacPerl: Power and Ease               ==#
#==    Publishing Date: Early 1998. http://www.ptf.com/macperl/    ==#



***** Want to unsubscribe from this list?
***** Send mail with body "unsubscribe" to mac-perl-request@iis.ee.ethz.ch