> 
> On Dec 2, 2003, at 7:55 AM, Rod wrote:

> 
> Do you need to have complex configuration stuff,
> if so why not lookt at the LibXml approach...
> 

Particularly I suggest XML::Simple it allows you to both create your
config file and read in your config file using standard Perl data
constructs and is reasonably quick for smaller purposes.  I have also
had luck with AppConfig since it hasn't been mentioned yet, at least I
don't think. I have found XML the best bet for arbitrarily deep nested
config files though...

Whatever you decide, use a module!

http://danconia.org


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to