in reply to
Running multiple scripts using fork
Don't forget to
exit
in your child. You don't want it to return and try to use resources still active in the parent.
Comment on
Re: Running multiple scripts using fork
In Section
Seekers of Perl Wisdom