Re: [cgiapp] Config::Simple

2002-03-21 Thread Eric Moore
In the past, I have done what Cory outlines From: Cory Trese [EMAIL PROTECTED] SNIP # install global variable values from config file $service_name = %conf-{'service_name'}; $service_url = %conf-{'service_url'}; $session_life = %conf-{'session_life'}; $session_context =

Re: [cgiapp] Config::Simple

2002-03-20 Thread Mark Stosberg
Cory Trese wrote: Ditto. At least it works for me right now ... but my app is currently still simple, I've only implemented 15/30 run modes and am storing only 4 things in my config, in the end I'll probably have like 30 or so. I often have 20+ variables in my config files and this kind of