Hi to all,
I am a Perl newbee and following question may seem simple but ...
I have perl script that forks child process. I want child process to die when parent process is killed by external means (kill -9 for example) but i do not want to do it with kill command from within the parent ptocess! All I want is upon exiting the parent process, child process to die instantly . Is there any automatic mechanism for doing this?