lee <[email protected]> writes: > Hi, > > is there a module available to read configuration files which are like > this: > > > arbitrary_denominator-00 | alternate-denominator-00 | > alternate-denominator-01 [| ...] > { > itemA = <some string> > itemB = <some integer> > itemC = <some float> > itemD = <some CSV> > }
Following-up my own question: I found [1] which appears to come close to what I'm looking for. Of course, I'd still love to hear your ideas :) [1]: https://metacpan.org/pod/Config::JSON -- Knowledge is volatile and fluid. Software is power. -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
