Description
Perl modules can create tied variables with less boilerplate. This is useful for custom behavior behind scalars, arrays, or hashes while keeping a familiar variable interface.
It is a developer library. Tied variables can hide work behind ordinary reads and writes, so maintainers should document side effects clearly.