Config:Scoped is a feature rich configuration file parser.
Product's homepage
Here are some key features of "Config::Scoped":
· Complex recursive datastructures to any extent with scalars, lists and hashes as elements,
· As a subset parses any complex Perl datastructures (no references and globs) without *do* or *require*,
· Include files with recursion checks,
· Controlled macro expansion in double quoted tokens,
· Lexically scoped parameter assignments and pragma directives,
· Perl quote like constructs to any extent, '', "", and here docs
Requirements:
· Perl
· Parse::RecDescent
· Error
· Carp
· Storable
· File::Spec
· File::Basename
· Digest::MD5
· Safe