http://www.perlmonks.org?node_id=329745

slloyd has asked for the wisdom of the Perl Monks concerning the following question:

Is is possible to redirect STDERR to a subroutine? The subroutine would then determine what action to take (print, write to file, die, etc) Any ideas?