blob: 0e11e601fefcf07c580e565a60b5c655cf48855a (
plain) (
blame)
1
2
3
4
|
This module provides for efficient and simple prototype-based
programming in Perl. You can provide different subroutines for each
object, and also have objects inherit their behavior and state from
another object.
|