Help for this page

Select Code to Download


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