in reply to Should you use a module to hold configuration items?

Sometimes it is desired to share a single configuration source amongst multiple programmatic users. (Some of which may not be perl code). That's a potential disadvantage to keeping literals in a .pm. Can be nice for mod_perl though.
  • Comment on Re: Should you use a module to hold configuration items?