> (For the purpose of discussion, let's assume "configuration" refers to > key => value pairs, consisting of scalar values. After all, that's what > is stored in an "*.ini" file.)
Which is why I always had problems with config::Ini -- What if you want to store multiple values to the same key? This years (last years) Perl Advent Calendar had an entry for YAML, another conifg file module I've never used or heard of, but I like the looks of what it does. Human readable, human editable. I pretty much use my instance scripts (for CGI APP) or a header section inth e script since I'm usually the one configuring, but next time I need a non-technical config file, I'll give YAML a look. http://www.perladvent.org/2002/15th/ -- SwiftOne [EMAIL PROTECTED] --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
