in reply to Re: (jeffa) Re: My first stab at OO perl...
in thread My first stab at OO perl...

It is bad because while you can have the constructor work fine if someone is confused about the difference between a class and an instance of the class, you cannot perform the same trick for any other non-trivial methods. See Re (tilly) 2: Paradigm Shift - Dual Use Constructors for more detailed discussion of that point.
  • Comment on Re: Re: (jeffa) Re: My first stab at OO perl...