http://www.perlmonks.org?node_id=567721


in reply to Reading a Properties file

Also take a look at Config::Tiny it should do what you require.

Replies are listed 'Best First'.
Re^2: Reading a Properties file
by BerntB (Deacon) on Aug 16, 2006 at 17:48 UTC
    I also have good experiences with Config::Tiny.

    The only problem is that I can't get it to set a property to multiple lines of text without patching the code. Am I doing something wrong?

      In that case use something more powerful like Config::Simple, it allows for multiple lines.