Is there a multiprocessing module for Perl?

前端 未结 4 2011
渐次进展
渐次进展 2021-02-05 17:56

Is there a multiprocessing module for Perl? Something that has similar functionality to what\'s offered by Python\'s multiprocessing module.

I understand I could build s

4条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-05 18:29

    You can use https://github.com/marioroy/mce-perl It is similar to python multiprocess module

提交回复
热议问题