in reply to Re: Using simultaneous threads
in thread Using simultaneous threads

Small caveat: You can easily check whether the child process finished, but to get a status/success/failure message, you would need a file or some IPC. But don't worry, some helpful monk will probably tell you about a module that already does most of this.

I remember using Proc::SafeExec some weeks ago and finding its interface quite intuitive. I was solving a simpler problem, but it will probably work here just as well.