in reply to Re: Process id in Net::Telnet
in thread Process id in Net::Telnet

Yup, the telnets will die, but I have spawned multiple telnet threads. In those threads I am running cmds like $telnet->cmd("make"); So when that telnet dies does the make also die or it keeps running? If it keeps running I need a way to kill all those makes when ^C is pressed.