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

I had forgotten to set @ISA, check me original post, I have updated it!
  • Comment on Re^3: Using "Class Data as Package Variables" to hold a global

Replies are listed 'Best First'.
Re^4: Using "Class Data as Package Variables" to hold a global
by wfsp (Abbot) on Apr 30, 2005 at 18:04 UTC
    That fixed it!

    Again, many thanks.

      BTW, have you looked on CPAN for some module to handle your configuration files?

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