Re: Application Configuration Across Sessions
Rocco Caputo <[email protected]>
| Newsgroups | gmane.comp.lang.perl.poe |
|---|---|
| Message-ID | <[email protected]> |
On Apr 24, 2009, at 20:32, johnr wrote: > What is the POE way of accessing application configuration across > sessions? I was working with Config::General (storing config info > in a session's heap). However, that is not accessible by other > sessions. What is the approach for dealing with this? I usually store the configuration in variables with an appropriate scope. For example, global configuration in global variables. More often, however, I store class-based configuration in class-scoped variables. -- Rocco Caputo - [email protected]