in reply to Re^2: 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

You need eval:
eval { %Config = $cfg->vars() }; if($@) { die "CRITICAL: $config_file is not a valid INI file!\n" }
  • Comment on Re^3: For the life of me, i can't figure out this "use strict" variable problem
  • Download Code