http://qs1969.pair.com?node_id=188291


in reply to Config::IniFiles

Hi. Nice node. Unfortunately it seems like some of our less enlightened brethren are getting thrown by the minor typo in your example
print "Oracle home is $Config{"ORACLE_HOME"};
Should read
print "Oracle home is $Config{ORACLE_HOME}";
And likewise for the other print() statement. Also apparently it isnt all too clear (to some, *sigh*) that the INI snippet you include is meant to go along with the code snippet. Maybe you could clarify that?

Good post nonetheless. ++

Yves / DeMerphq
---
Writing a good benchmark isnt as easy as it might look.