Apparently when I run a perl program from the task scheduler, and it runs a sub-process and returns data by standard out, the data does not get back to the calling process. This worked in older versions of Windows.
I'm using Strawberry Perl v5.20.2
They now have a latest version as 5.32 .
Would the new version work with this later version of Windows?
If I upgrade the perl version, will modules that have been added to the basic distribution, be lost?
Thank You