Try 

BEGIN {
open (STDERR, ">c:/temp/error.txt");
}

To capture STDERR in temporary text file.  I always use this in my 
scripts for debugging purposes.  It usually helps ;-}

Rashid



-----Original Message-----
From: Bob Mangold <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Tue, 10 Jul 2001 04:45:56 -0700 (PDT)
Subject: STDIN and STDOUT

> Hello,
> 
> I sent an email yesterday, but never heard anything. Maybe it was the
> word
> 'php' in the subject, but let me just simplify and ask another way.
> 
> Is there a way to automatically direct all STDERR output to STDOUT. A
> module I
> have installed automatically creates STDERR output, but I want that
> output to
> go to the filehandle STDOUT.
> 
> -Bob
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail
> http://personal.mail.yahoo.com/
> 
_______________________________________________________
The American Occupational Therapy Foundation (AOTF)
Creating Opportunities through Research and Education
http://www.aotf.org
301.652.2682


Reply via email to