use Burro::Config # i want this config to be private... my $privconf = Burro::Config->parse('/opt/privconf/'); my $passs = $privconf->c('foo.bar.2.user.password'); # i want this config to be available to other packages... $conf = Burro::Config->parse('/opt/publicconf/');