http://www.perlmonks.org?node_id=1085899

carlriz has asked for the wisdom of the Perl Monks concerning the following question:

Quick question here. Say I fork() a process multiple times at the same point in a script. I have one variable in the script that keeps track of the child pid. Will that variable maintain each unique pid for each new process created?