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


in reply to Re^3: Frontier::Client -> Debug to file
in thread Frontier::Client -> Debug to file

I've tried it also, but with no luck. Not with select though:
open(CPOUT, ">&STDOUT"); open(STDOUT, ">>xyz.log") || die "OUTor stdOUT: $!"; # Print stuff close(STDOUT) || die "Can't close STDOUT: $!"; open(STDOUT, ">&CPOUT") || die "Can't restore stdOUT: $!";
Unfortunately I don't have the possibility to install that module for the moment.