in reply to Re^3: For the life of me, i can't figure out this "use strict" variable problem
in thread For the life of me, i can't figure out this "use strict" variable problem
... any other ideas? Thanks a bunch BTW :-)my $cfg = new Config::Simple($config_file) || die "ARGG!"; my %Config; eval { %Config = $cfg->vars() }; if ($0) { die "CRITICAL: $config_file is not a valid INI file!\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: For the life of me, i can't figure out this "use strict" variable problem
by Golo (Friar) on Oct 24, 2004 at 21:43 UTC | |
|
Re^5: For the life of me, i can't figure out this "use strict" variable problem
by Arunbear (Prior) on Oct 25, 2004 at 08:40 UTC |