Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Config::IniFiles

by wardk (Deacon)
on Oct 09, 2000 at 21:38 UTC ( #35967=modulereview: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    [Section1]
    key1=value1
    ...
    [Section2]
    key1=value1
    key2=value2
    
  2. or download this
    [prod]
    ORACLE_HOME=/path/to/oracle/prod
    ...
    [dev]
    ORACLE_HOME=/path/to/oracle/dev
    ORACLE_SID=dev_sid
    
  3. or download this
    
    # Make the module available
    ...
    print "Oracle home is $Config{ORACLE_HOME}";
    print "Oracle SID is $Config{ORACLE_SID}";
    
  4. or download this
    
     - val ($section, $parameter) -    Returns the value of the specified 
    +parameter in section $section.
    ...
                  the *nocase* option was turned on when the config object
    + was created,
                  the section names will be returned in lowercase.
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2023-05-30 18:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?