in reply to Re: Perl in Windows - STDOUT to file Behavior difference by run context
in thread Perl in Windows - STDOUT to file Behavior difference by run context
Thanks for your reply. After a couple of test runs, I did search the system for the file, but it wasn't anywhere to be found because the redirect wasn't working. Simply logging my output wasn't enough. I inherited a 5000+ line script that calls into a .pm which then calls into a .dll and I needed all output to be in a file for debug and evaluation. One of your peers had the proper cmd line I needed to get it done without extra code.