in reply to Re: Config::Simple with vars method
in thread Config::Simple with vars method
where the first is for 'simple' files, which I want to use.my %Config = $cfg->vars(); print "Username: $Config{User}"; # If it was a traditional ini-file: print "Username: $Config{'mysql.user'}";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Config::Simple with vars method
by davidj (Priest) on Jul 06, 2004 at 05:16 UTC |