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


in reply to Re: Learning OOP
in thread Learning OOP

I think you're over-simplifying it. Methods aren't just package subs, Classes are not just packages and object are not just blessed references.

Sure, that's how it all works (in Perl). But the way of thinking is different.

Objects are "more of the same" class, and their specific data can be handled with methods.

But of course you already know that.... ;-)