in reply to (jeffa) Re: Something like c++'s static?
in thread Something like c++'s static?

You may also want to look at the following CPAN modules that make management of class data easy:

Class::Data::Inheritable and Class::MethodMaker (see static_get_set method).

  • Comment on Re: (jeffa) Re: Something like c++'s static?