mwhamilton
Technical User
Hi,
I am having a problem with my output. I have one perl script that is doing some file reading. It has to call a separate script with the system function that does some conversions on the data. My problem is that when the called script prints error messages to the std output, it does not actually get to the display, and I therefore do not ever see the error messages. Is there any way to force print statements to print to the stdout even when called from inside another script? Thanks.
I am having a problem with my output. I have one perl script that is doing some file reading. It has to call a separate script with the system function that does some conversions on the data. My problem is that when the called script prints error messages to the std output, it does not actually get to the display, and I therefore do not ever see the error messages. Is there any way to force print statements to print to the stdout even when called from inside another script? Thanks.