Help for this page
use strict; use warnings; ... die "Failed to tee to aliased STDERR and '$logfile': $!"; print(STDERR "This is a test\n");
*STDERR = IO::Tee->new(\*STDERR2, $logfile)