Re: Config with properties

2002-03-04 Thread Tim Bunce
Probably best directed at [EMAIL PROTECTED] And probably best given a two word name below Config::, as 'Properties' seems a bit too generic to be helpful. Tim. On Mon, Mar 04, 2002 at 05:52:57PM +0100, Johan Vromans wrote: > Hi, > > Config::Properties lets you make config files with properties

Config with properties

2002-03-04 Thread Johan Vromans
Hi, Config::Properties lets you make config files with properties like foo.bar=blech foo.bar.boz=blah foo.bar.buzz=bly I have a module that lets you extend this like foo { bar = blech bar.boz = blah bar.buzz = bly } and so on. Nesting is unlimited. Main accessor