Hello,

I'm not sure if anyone here can help me with this, but at least some direction
in where to to look would be great.

I'm using a php script so call (via exec) a perl script. The STDOUT from perl
is automatically forwarded through the php script and displayed on the web
page. My problem however is that if the perl script errors and sends output to
STDERR there is no way for me to know that. Everything functions fine on the
php side regardless of what perl does.

So what i want to know is if there is a way to tell perl to send everything
that would normally go to STDERR to STDOUT? (I can't just change the filehandle
because the code is buried somewhere down in a module)

-Bob

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

Reply via email to