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

I'm not real crazy about the use of discrete globals rather than a single config hash, but I have no problem with putting the configuration into a Perl module for the simple reason that it allows the programmer to push the task of finding the configuration off onto perl rather than having to look for it himself.