in reply to
How can I run a portion of code (like fork() does) w/o creating its own process?
You should prefork then, like Apache does.
Comment on
Re: How can I run a portion of code (like fork() does) w/o creating its own process?
In Section
Seekers of Perl Wisdom