It doesn't work that way. With
Parallel::ForkManager you can easily start multiple processes that run at the same time - but you have to decide on your own what you do in which process. Determining string length can't easily be parallelized that way.
Perl 6 - links to (nearly) everything that is Perl 6.