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