in reply to Re^2: STDOUT missing on Windows, works on Unix
in thread STDOUT missing on Windows, works on Unix

I knew the script was getting run. My example was just as small a testcase as possible to illustrate what was happening. Adding the "$^X" inside the backticks solved the problem as you said. Of course, that's just the easy fix to running another perl script, but that's about all we do unless we're running an actual .exe of some kind (which falls into you're "binary so ok" category).
Thanks again!
Aaron
  • Comment on Re^3: STDOUT missing on Windows, works on Unix