in reply to Re: Reading a Properties file
in thread Reading a Properties file

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?

Replies are listed 'Best First'.
Re^3: Reading a Properties file
by Trix606 (Monk) on Aug 16, 2006 at 18:50 UTC
    In that case use something more powerful like Config::Simple, it allows for multiple lines.