I have a program, written in perl of course, that uses "fork". I would like to be able to kill off the parent and the child created by "fork" at some point within the program without terminating the whole program itself. How can I do this? Please help?
Thanks very much.