Posted on 2007-11-25 19:25:58-08 by tlinden in response to 6318
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.
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.