in reply to OO module question re: class data vs. instance data

Class data like that is only persistent for the lifetime of the process that uses that module. So unless you are sharing Perl interpreter processes between sites (which might be in the case of a mod_perl installation), you have nothing to worry about.
  • Comment on Re: OO module question re: class data vs. instance data