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

Thanks, this is actually a very good suggestion. Using the environment won't work, as I'll be accessing the Perl interpreter's %ENV, not Apache's. I might dabble with Shared Memory directly some time, but for now, I think I'll just use Mason's caching capabilities to avoid reinventing the wheel...