App-Basis

 view release on metacpan or  search on metacpan

bin/appbasis  view on Meta::CPAN

    },
    #log_file => "your-logfile",
);

# debug will go into "~/$program.log" by default

# lets have the config named after this program
my $cfg = App::Basis::Config->new( filename => "~/.$program" ) ;
# example of using an app specifc config
my $user = $cfg->get('/appbasis/name') ;
my $pass = $cfg->get('/appbasis/password') ;

if ( $opt{verbose} ) {
    debug( "INFO", "Started");
}



( run in 0.532 second using v1.01-cache-2.11-cpan-49f99fa48dc )