in reply to Re^4: Question about Parallel::ForkManager
in thread Question about Parallel::ForkManager

It's not pipes, but look at Re^6: forking with Storable and IPC::ShareLite, the second code example uses IPC::Shareable.

For a basic forking with pipes, see Re: controlling child processes for example.


I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku ................... flash japh
  • Comment on Re^5: Question about Parallel::ForkManager