in reply to Re^3: Persistant data with Mason
in thread Persistant data with Mason

I see, this explains your comment. However you're method doesn't let you write something to the shared memory if I read it wel. (or is possible in another way?)

I use in my development always a shared cache. I create it in a %once block in a syshandler like described in the mason manuals. Didn't know you could do it also via the handler.pl script. So I learn new things... :)