blob: a69fbd4e6a8754dad23377d74fd0185b2e3b1eeb (
plain)
1
2
3
4
|
The Perl 5 module Readonly provides a facility for creating
non-modifiable scalars, arrays, and hashes. This facility also
overcomes the limitations of the Perl built-in mechanism (the "use
constant" pragma) to create constant scalars and lists.
|