Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: OO Design question: configuration (Encapsulate the knowledge about an object within the object itself)

by mr_mischief (Monsignor)
on May 20, 2007 at 07:02 UTC ( [id://616396]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %conf_val = %{ $conf->values( 'conf_section' ) };
    
  2. or download this
    my $val1 = $conf->value( 'conf_section', 'conf_item' );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (5)
As of 2024-04-20 00:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found