Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
libreadonly-perl
Facility for creating read-only scalars, arrays and hashes
https://metacpan.org/release/Readonly
0
no reviews
Install
Readonly is a facility for creating non-modifiable variables. this is useful for configuration files, headers, etc. it can also be useful as a development and debugging tool, for catching updates to variables that should not be changed.