in reply to
Re: end "system"
in thread
end "system"
fork
returns the child's PID in the parent process, and when the child process
exec
s, the PID doesn't change.
Comment on
Re^2: end "system"
In Section
Seekers of Perl Wisdom