Hi Monks,
I would be running this perl script and inside the script, I do many system commands in which i start running other programs on other servers.
If I do ctrl C on my program, it won't stop the programs running on the other servers.
I have a system command want to enter to kill the programs before I abruptly exit my perl program using ctrl C.
Is there any way to do this?