hi. I have a perl script that forks several subprocesses at various times. I use the open "process_name " syntax, and then use select to read multiple process outputs, and have a timeout on all these subprocesses. If the timeout is reached, I want to immediately exit my script with an error message.