On Fri, 4 Aug 2000, darren chamberlain wrote:
> Sharing a variable among children is difficult; you need to use IPC::Sharable
> or something similar.

Not if it's read-only after the fork, which this one appears to be.  You
can load it with a value at startup and it will be shared.

- Perrin

Reply via email to