package MyApp::Config; our @ISA=('Burro::Config'); use Burro::Config(); package main; use lib ('/path/to/Burro'); MyApp::Config->import('/opt/apache/sites/iAnnounce/config'); # normally wouldn't want C() to be exported package main # but for testing purposes MyApp::Config->import(); print C('my.config.value');