James E Keenan wrote: > That leaves only the problem of capturing STDOUT
close(STDOUT);
open(STDOUT, ">", \$captured_stdout);
-zefram
James E Keenan wrote: > That leaves only the problem of capturing STDOUT
close(STDOUT);
open(STDOUT, ">", \$captured_stdout);
-zefram