Description
Perl modules can attach accessor behavior to individual objects rather than only to a whole class. This is useful for flexible object models, adapters, or compatibility layers that need per-instance state handling.
It is a developer library. The behavior is internal to software that uses it and does not add a separate user-facing program.