in reply to
child processes in fork
> How can you pass variables and output from child processes to parent in perl fork
You can use shared Memory (see
IPC::Shareable
)
Many solution are described in "
Network Programming with Perl
"
Comment on
Re: child processes in fork
In Section
Seekers of Perl Wisdom