Help for this page
our $C = Config::Loader->new('/path/to/config')
use Config::Loader ('My::Config' => '/path/to/config');
use My::Config; ... or $db = C('global.hosts.db.2');