6 lines
224 B
Text
6 lines
224 B
Text
|
Perl has a do it yourself approach to object construction.
|
||
|
|
||
|
This module is an abstract base class that provides basic
|
||
|
new/clone/error handling methods for the common case where
|
||
|
the object is created as a hash of parameters.
|