What is best module for parallel process in Perl? I have never done the parallel processing in Perl.
What is good Perl module for parallel process which is going to use
You could also look at threads, Coro, Parallel::Iterator.