libreadonly-perl

Facility for creating read-only scalars, arrays and hashes
  https://metacpan.org/release/Readonly
  0
  no reviews



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.