in reply to Re: Capturing STDERR using IO::Handle
in thread Capturing STDERR using IO::Handle

from Tie::STDERR docs:

The module will catch all output, including your explicit prints to STDERR... However, if you run external command (system, ``), stderr output from that process won't be caught.

So, it is not what the OP is looking for!

  • Comment on Re^2: Capturing STDERR using IO::Handle