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

Re: Configuration Best Practices for Web Apps

by thedoe (Monk)
on Jan 24, 2006 at 17:30 UTC ( [id://525252]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use My::LocalConfig;
    my $local_config = new My::LocalConfig '<project>';
    
  2. or download this
    require "$local_config->{CONFIG_PATH}/AppConfig.pm";
    my $app_config = new AppConfig $local_config;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-16 21:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found