CfgTie
view release on metacpan or search on metacpan
CfgTie2.tex view on Meta::CPAN
CfgTie::TieGeneric --- A generic hash that automatically binds others
@subheading SYNOPSIS
This is an associative array that automatially ties other configuration hashes
@subheading DESCRIPTION
This is a tie to bring other ties together automatically so you, the busy
programmer and/or system administrator, don't have to. The related Perl
module is not loaded unless it is needed at runtime.
@example
my %gen;
tie %gen, 'CfgTie::TieGeneric';
@end example
@subsubheading Primary, or well-known, keys
@cindex Primary, or well-known, keys
lib/CfgTie/TieGeneric.pm view on Meta::CPAN
=head1 NAME
CfgTie::TieGeneric -- A generic hash that automatically binds others
=head1 SYNOPSIS
This is an associative array that automatially ties other configuration hashes
=head1 DESCRIPTION
This is a tie to bring other ties together automatically so you, the busy
programmer and/or system administrator, don't have to. The related Perl
module is not loaded unless it is needed at runtime.
my %gen;
tie %gen, 'CfgTie::TieGeneric';
=head2 Primary, or well-known, keys
=over 1
( run in 0.265 second using v1.01-cache-2.11-cpan-87723dcf8b7 )