Help for this page

Select Code to Download


  1. or download this
    <instance foo>
    ConfigViaFlatFile Config::Tiny /etc/apps/foo/foo.cfg 
    </instance>
    ...
    <instance bar>
    ConfigViaParamBuilder Apps::Foo::Params
    </instance>
    
  2. or download this
    use SSOP::Conf;   # For Super Secret OSS Project 
    my $conf = SSOP::Conf-&gt;retrieve( $instance );
    ...
    my $conf_ref = SSOP::Conf-&gt;retrieve_hashref( $instance );
    my $template = $$conf_ref{template};
    my $dbuser = $$conf_ref{dbuser};