http://www.perlmonks.org?node_id=675013


in reply to Re: Config file recommendations?
in thread Config file recommendations?

That does seem to be what I'm looking for - if I had a config file like this:
%config = ( foo => bar, bat => baz, );
How would I use that inside my Perl script, and have it globally available? Would require config; automatically setup the %config hash for the script that required it?