in reply to I want to launch two subroutines at once

Another alternative would be to change, if possible, the way the process work.

Instead of doing everything in one go change it to do it in smaller chunks. Then you can use something like POE to multi-task the two processes.

  • Comment on Re: I want to launch two subroutines at once