mark4444az has asked for the wisdom of the Perl Monks concerning the following question:
I am running a .exe file in perl(i am able to do this with the "system" command). I also want to print the results of the .exe to a text file, I am not sure how to do this.
When the executable runs it prints data to the command line window, is there some way to get it to print to a file?
Comment on Outputting results of an exe to a text file