Hello monks,
I have a current working perl script on Unix that calls another perl script using system(...); . However, it would be useful to me to leave the call running in the background and continue with the rest of the code from the original script after , say , ten seconds or so. If this is the case, I also need some way of knowing that this happened and send a message to another app. Any ideas or advice are greatly appreciated. Thank you.