Looks like a great module. It says early on in the docs that it doesn't use references; does that mean we need to dereference in order to store that values?
Thanks, Boysenberry Payne On Feb 3, 2010, at 10:17 AM, macke...@animalhead.com wrote: > I rewrote IPC::MMA from an earlier CPAN module so that I could > use shared memory among Apache children. You can read about it at > http://search.cpan.org/~mackenna/IPC-MMA-0.6/MMA.pod > > On Feb 2, 2010, at 9:45 PM, m...@normalperson.e4ward.com wrote: > >> Hello, >> >> Is there a method to setup a global variable for all modperl child processes? >> Also this variable will be updated sometime, when it get updated, all >> processes will know it. >> >> Thanks. >