in reply to
A perl daemon
On a fork, the process forks. They will have (almost) the same state (things like PID will differ). Both copies will have the same data - but what you change in one copy won't change in the other.
Perl
--((8:>*
Comment on
Re: A perl daemon
In Section
Seekers of Perl Wisdom