http://qs321.pair.com?node_id=11149335

BernieC has asked for the wisdom of the Perl Monks concerning the following question:

I have a program that could benefit from being parallel processed, and it ought to be possible with the six-core processor on my win10 system. BUT: I read the caveats about fork on windows and I just confirmed that it is true: a simple fork doesn't work.
D:\Desktop\fork>cpu one process: 0:24 two processes: 0:53
Is there some trick or something with which I could write a Perl program that would use multiple cpu-cores?