Config-General - Re: Using Extended and Interpolated subclasses at the same time

Posted on Sun Nov 25 21:25:58 2007 by tlinden in response to 6318 (See the whole thread of 2)
Re: Using Extended and Interpolated subclasses at the same time
Ahm, normally you use it this way:
use Config::General; my $conf = new Config::General( -ExtendedAccess => 1, -InterPolateVars => 1, -ConfigFile => "configfile" );
Now interpolates vars and you can access the resulting hash the OOP way.
Write a response