http://www.perlmonks.org?node_id=1002322


in reply to Multi Threading in perl sample code

Write one script if necessary that builds a to-do list. Then, write one script that does the job in sequence. Finally, from the command line or the shell, spawn n copies of that second script. A program is not an entire job.
  • Comment on Re: Multi Threading in perl sample code