Help for this page

Select Code to Download


  1. or download this
         $host = $c->get_dbconfig->{servers}[2]{host};
     
       as opposed to:
     
         $host = C('dbconfig.servers.2.host');
    
  2. or download this
    use Burro::Config
    
    ...
    
    # i want this config to be available to other packages...
    $conf = Burro::Config->parse('/opt/publicconf/');