Object System (I)
- Again, basics not that impressive unless you've been stuck using traditional Perl 5 objects
- For those using modern Perl 5 objects, about the equivalent of Moose
- Main organizing system is classes and roles
- Roles are kind of akin to Java/C# interfaces, but allow you to reuse implementation as well
- Almost everything in the language is an object now
« first
< prev
(16 / 41)
next >
last »