in reply to Re: Lazy config files?
in thread Lazy config files?

Yeah, I kinda like evalling a file instead of parsing names and values. It leaves the design open, you can put custom behavior in there as well as just values.

I might try to mix this approach with Data::Lazy.

Ta