in reply to Perl Multi Processing.

Hello!

It's hard to make answer that will cover such laconic question, so I'll try to use telepathy here: I think you should start with threads and Thread::Queue. It's core modules, I used them for parallel processing, and they're works as expected.

Replies are listed 'Best First'.
Re^2: Perl Multi Processing.
by pritesh_ugrankar (Monk) on Dec 05, 2021 at 18:14 UTC

    Hi,

    Thank you. In that case, I will edit my original question to be more specific.