Next | Higher-Order Perl | 120 |
It's a reference, just like other Perl objects
Member data is contained in subroutine lexical variables
To invoke a method, call the function
Multiple methods easy to support:
$object->('methodname');
The notation isn't bad
Next | Copyright © 2006 M. J. Dominus |