in reply to Re: Config file recommendations?
in thread Config file recommendations?
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?%config = ( foo => bar, bat => baz, );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Config file recommendations?
by kyle (Abbot) on Mar 19, 2008 at 15:21 UTC | |
by Spidy (Chaplain) on Mar 19, 2008 at 18:19 UTC | |
by kyle (Abbot) on Mar 19, 2008 at 21:18 UTC | |
by Spidy (Chaplain) on Mar 19, 2008 at 23:18 UTC |