On Thu, 22 Jun 2000, Scott Alexander wrote:

> I'm working on creating a site that is completely done in mod perl.
> 
> The area that I'm running into problems with is using a single 
> module to store configuration information. ie where images are 
> stored. oracle settings, color codes etc.  All the settings that are 
> valid accross the entire site.
> 
> The way i've been trying to do this is to create a module 
> Mf7::Globals and then store the data inside.
> I then have an Initialize_globals function that I run to reset all the 
> variables at the begining of a request.
> 
> I thought I should be able to access them using 
> $Mf7::Globals::imgserver but this just errors out with unitialized 
> variable.
> 
> So what method are you guys using to store sitewide variables?

http://thingy.kcilink.com/modperlguide/perl/Using_the_Perl_Aliasing_Feature_.html
http://thingy.kcilink.com/modperlguide/porting/Writing_Configuration_Files.html
http://thingy.kcilink.com/modperlguide/config/PerlSetVar_PerlSetEnv_and_PerlP.html

_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide 
mailto:[EMAIL PROTECTED]   http://perl.org     http://stason.org/TULARC
http://singlesheaven.com http://perlmonth.com http://sourcegarden.org


Reply via email to