in reply to Re^3: Is Perl Truly an Object Oriented Language?
in thread Is Perl Truly an Object Oriented Language?
If you don't want to fiddle don't. Declare accessor methods like in the other languages, allocate private dictionary (inside-out-design, or simply __PACKAGE__ or an allocationmethod in the base class TIMTOMTDI), and put your variables into that.