Description
Perl programs can create and read simple configuration files through a small object-oriented interface. This is useful for scripts and utilities that need persistent settings without a complex configuration system.
It is a library, not a settings editor. Applications using it still need to protect sensitive values and validate paths or options read from configuration files.