in reply to Yet Another Config File Parser Module
You can separate config for different applications etc. into different files, and it manages them for you. You pull in the config sets you want like this:
It aliases the keys in the config hash into the Config::FreeForm namespace.use Config::FreeForm sets => [ 'Foo', 'Bar' ];
Take a look; you might like it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Yet Another Config File Parser Module
by jynx (Priest) on Dec 05, 2000 at 07:27 UTC |