Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

RFC: Application Configuration Management

by ides (Deacon)
on Feb 12, 2006 at 17:10 UTC ( [id://529655]=perlmeditation: print w/replies, xml ) Need Help??

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};
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://529655]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (7)
As of 2024-04-19 10:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found