in reply to Re^3: Using "Class Data as Package Variables" to hold a global
in thread Using "Class Data as Package Variables" to hold a global

That fixed it!

Again, many thanks.

  • Comment on Re^4: Using "Class Data as Package Variables" to hold a global

Replies are listed 'Best First'.
Re^5: Using "Class Data as Package Variables" to hold a global
by salva (Canon) on Apr 30, 2005 at 19:40 UTC
    BTW, have you looked on CPAN for some module to handle your configuration files?

    For example, Config::IniFiles seems to be a direct fit.