mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 18:48:05 -04:00
5 lines
246 B
Plaintext
5 lines
246 B
Plaintext
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.
|