in reply to Why is it said that Perl does not implement true object orientation?

Perl has "primitive" data types that cannot be used as base classes nor given new methods. This puts it in the OO class with Java and C++. Eiffel and Smalltalk and Python are better at pure-OO because they don't have "primitive" types.
  • Comment on Re: Why is it said that Perl does not implement true object orientation?