>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

You mentioned in the earlier email that you were calling your perl script
via 'exec' (as I remember).
Could you not use something like
exec(' myperl.pl 2>&1 ' ) ?

ohhh unless its windows.  ahh *nix :)

-----------------------------------------
Craig Moynes
[EMAIL PROTECTED]



Reply via email to