I need a perl script to fork another program and wait for it to finish, while monitoring for keyboard input (to allow the user to abort and kill the forked process)
What is the easiest technique to use? A real simple example would help. This is on Linux. Thanks!