.------[ Scott Alexander wrote (2000/06/22 at 17:08:06) ]------
 | 
 |  So what method are you guys using to store sitewide variables?
 |  
 `-------------------------------------------------

        Where I work we store them as PerlSetVar's in the Apache config,
        we store all implementation specific things in there such as the
        page title, the URL to the module we are using, database user and
        password, etc, etc.  

        This makes for *VERY* portable modules, I would definately suggest
        it over using a separate module for this. 

 -------------------------------
  Frank Wiles <[EMAIL PROTECTED]>
  http://frank.wiles.org
 -------------------------------

Reply via email to