I am using active perl (v5.12.4) in windows. There is a program which forks a number of processes as child processes. at the end of program i want to get all PID's of these processes and kill them to complete the program. Is there any windows tool/command or a package which can help me get info about all the processes which have been forked? Heard about Proc-ProcessTable but this only works in unix and not in windows. Even i am unable to install it using 'ppm install Proc-ProcessTable'