[EMAIL PROTECTED] wrote:
hi,
I would like to capture all the output in my perl program during execution. I have code that basically opens and closes an output file multiple times just to write the output. Because I have system calls between lines of code, I have to close the file in order to captur
hi,
I would like to capture all the output in my perl program during execution. I
have code that basically opens and closes an output file multiple times just to
write the output. Because I have system calls between lines of code, I have to
close the file in order to capture the output from the