Re: capture output in perl

2005-02-28 Thread Ankur Gupta
[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

capture output in perl

2005-02-28 Thread geraldine_1
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