Is there a way of launching multiple concurrent processes in perl without waiting on either to complete first? Basically I want to launch 3 concurrent processes from within a perl script and in doing so the openmosix cluster will then hopefully loadbalance each of these processes. But I am having trouble getting perl to launch concurrent processes. I am sure someone must have done this type of stuff before. Thanks