On Tuesday, July 29, 2003, at 10:29 AM, Richard Morse wrote:

Hi! I want to re-assign STDERR to STDOUT, so that I can get all my error messages emailed to me from a program. I've heard that this can be done, but I've never seen an actual example. Where would I be able to find one? I'm just not sure if what I want to do is something > like:
open(STDERR, STDOUT);
or
*STDERR = *STDOUT;

Hi! Many thanks to all who responded -- especially to $Bill, who pointed out that I'm blind, and to Carl Jolley, who suggested using the begin block...


Ricky

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to