http://www.perlmonks.org?node_id=278841


in reply to Generalizing table display for subclass

Just a minor comment. Since you mentioned superclass and subclass, I'm guessing you meant inheritance. But since, as you stated, your superclass does data retrieval and subclass formatting, it's a delegation relationship, not an inheritance relationship. In Perl, delegation doesn't need be OO at all. But if you misinterpreted you, never mind me then.
  • Comment on Re: Generalizing table display for subclass