in reply to Getting STDERR to write to STDOUT?

You can do this:
*STDERR = *STDOUT;
There may be better ways, but that works.

--Chris

e-mail jcwren