Jonathan Scott Duff wrote:
Perhaps. I'm not so sure it's the rare case that programmers aren't prepared to deal with implicit parallelization. :-)
Of course. But I'm saying it's a rare case where they've have to. Or, at least, where it will bite them if they don't.
use warnings 'autothreading';
This works for me but I'd make it one of the default set of enabled warnings from a plain "use warnings;" though.
I expect it might be.
Damian