in reply to
Getting STDERR to write to STDOUT?
You can do this:
*STDERR = *STDOUT;
[download]
There may be better ways, but that works.
--Chris
e-mail
jcwren
Comment on
(jcwren) Re: Getting STDERR to write to STDOUT?
Download
Code
In Section
Seekers of Perl Wisdom