5 lines
246 B
Text
5 lines
246 B
Text
|
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.
|