in reply to
How do I redirect STDERR to a subroutine?
I usually use
Filter::Handle
for this sort of thing. There's a code snippet that shows how to do this
here
.
Comment on
Re: How do I redirect STDERR to a subroutine?
In Section
Seekers of Perl Wisdom