in reply to Re: Need a reliable way to send SIGINT to a perl process on 5.8.8/windows XPpro
in thread Need a reliable way to send SIGINT to a perl process on 5.8.8/windows XPpro
We definitely don't want to kill the process, we want to run the interrupt handler first before we kill it. Manually doing CTRL-C works great, now we need to simulate that programmatically to do acceptance testing of our interrupt handler.