in reply to Re^2: shared array while use ForkManager
in thread shared array while use ForkManager

Many approaches are discussed in perlipc. If you aren't stuck with forks you could also consider threads::shared.

  • Comment on Re^3: shared array while use ForkManager