[cgiapp] Re: Thinking about constants and different uses of params

2003-06-03 Thread Mark Stosberg
Thanks for the response Jesse. I have a couple of follow-up questions: In article [EMAIL PROTECTED], Jesse Erlbaum wrote: For configuration file params (to use your idiom), I tend to use Perl modules: package Site::Configuration; use constant SMTP_SERVER = localhost; ...and in my

RE: [cgiapp] Re: Thinking about constants and different uses of params

2003-06-03 Thread Jesse Erlbaum
Hi Mark -- Another question: Do you store Site::Configuration in the perllib directory with the other perl modules? I found this made site launches a little more difficult, because I would want to copy everything but the Config module to the live site, which have an existing Config module