in reply to Re^2: Crash with ForkManager on Windows
in thread Crash with ForkManager on Windows

By wrapping the
my $pm = Parallel::ForkManager->new(6);
into a try block, $pm now is local to that new block … I think strict would have told you about it.