Description
Perl applications can read structured configuration files through a generic parser. This helps programs keep user settings, service options, or application defaults outside the source code.
It is a configuration library used by other software. Applications still need to validate important values such as paths, credentials, network addresses, and limits.