in reply to
getting hashes out of config files
Why dont you take a look at the modules which have a more convenient API for persisting Perl data structures:
Config::IniFiles
Storable
FreezeThaw
AppConfig
(formerly
App::Config
)
Comment on
RE: getting hashes out of config files
Replies are listed 'Best First'.
Re: RE: getting hashes out of config files
by
devn
(Initiate)
on Aug 31, 2001 at 12:29 UTC
I recommend a module Config::General.
Simple API, flexible behaviour.
Great to parsing configfiles in Apache style.
[reply]
In Section
Seekers of Perl Wisdom