Hello, Monks,
I want to find out if there's a ready package for storing global application properties. At the moment I'm using my own Properties.pm module, which I instantiate when I need it and call methods, like
. I'm sure I'm inventing the wheel here. I'd liked to find a ready package for this, something like this: property strings are in the text file, but the properties itself are accessible in an object-oriented manner.