Description
Perl code can wrap fundamental data types in object-oriented base classes. This helps modules build consistent APIs around strings, numbers, arrays, hashes, counters, and similar values.
It is a developer library used by other Perl modules. End users normally see only the behavior of the applications that depend on these wrappers.