- or download this
[Section1]
key1=value1
...
[Section2]
key1=value1
key2=value2
- or download this
[prod]
ORACLE_HOME=/path/to/oracle/prod
...
[dev]
ORACLE_HOME=/path/to/oracle/dev
ORACLE_SID=dev_sid
- or download this
# Make the module available
...
print "Oracle home is $Config{ORACLE_HOME}";
print "Oracle SID is $Config{ORACLE_SID}";
- 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.