Greetings Monks,
I need to write a piece of code that needs to run several Windows commands in parallel. Under Linux I did the same using fork(), and all runs fine. But as fork does not exist under Windows, I am thinking of using the Win32::Process module.
What I would like to ask is whether this module is my first choice to do things under Windows 10, or whether there are other modules I should take into consideration for this. What makes me suspicious is that the version number is still 0.16, and the date provided on the CPAN page is Dec 2013. Looks a bit old for me.
Would appreciate some hints.
Thanks