How do i get back control to a the parent perl script if the application executing through the system() command of that script stops responding. The system command only returns back the control when the application its running is closed. I want the control back to the parent script as soon as the system command starts the application.. Any Help..?