in reply to Re^3: Frontier::Client -> Debug to file
in thread Frontier::Client -> Debug to file
Unfortunately I don't have the possibility to install that module for the moment.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: $!";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Frontier::Client -> Debug to file
by Anonymous Monk on Apr 28, 2015 at 22:48 UTC |