The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Scalar::Readonly"

Readonly - Facility for creating read-only scalars, arrays, hashes River stage four • 462 direct dependents • 2584 total dependents

This 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....

SANKO/Readonly-2.05 - 10 Jun 2016 17:05:16 UTC

Scalar::Readonly - functions for controlling whether any scalar variable is read-only River stage one • 4 direct dependents • 4 total dependents

This simple module can make scalars read-only. Useful to protect configuration variables, for example. This module can also be used to subvert Perl's many read-only variables to potential evil trickery. readonly Ths function takes a scalar variable a...

GOZER/Scalar-Readonly-0.03 - 23 Jan 2012 20:11:28 UTC

lib/Data/CompactReadonly/V0/Scalar.pm River stage zero No dependents

DCANTRELL/Data-CompactReadonly-0.1.1 - 29 Oct 2023 22:51:00 UTC

lib/Data/CompactReadonly/V0/Scalar/Short.pm River stage zero No dependents

DCANTRELL/Data-CompactReadonly-0.1.1 - 29 Oct 2023 22:51:00 UTC

lib/Data/CompactReadonly/V0/Scalar/HeaderOnly.pm River stage zero No dependents

DCANTRELL/Data-CompactReadonly-0.1.1 - 29 Oct 2023 22:51:00 UTC

lib/Data/CompactReadonly/V0/Scalar/Byte.pm River stage zero No dependents

DCANTRELL/Data-CompactReadonly-0.1.1 - 29 Oct 2023 22:51:00 UTC

lib/Data/CompactReadonly/V0/Scalar/Medium.pm River stage zero No dependents

DCANTRELL/Data-CompactReadonly-0.1.1 - 29 Oct 2023 22:51:00 UTC

lib/Data/CompactReadonly/V0/Scalar/NegativeShort.pm River stage zero No dependents

DCANTRELL/Data-CompactReadonly-0.1.1 - 29 Oct 2023 22:51:00 UTC

lib/Data/CompactReadonly/V0/Scalar/Null.pm River stage zero No dependents

DCANTRELL/Data-CompactReadonly-0.1.1 - 29 Oct 2023 22:51:00 UTC

lib/Data/CompactReadonly/V0/Scalar/False.pm River stage zero No dependents

DCANTRELL/Data-CompactReadonly-0.1.1 - 29 Oct 2023 22:51:00 UTC

lib/Data/CompactReadonly/V0/Scalar/NegativeByte.pm River stage zero No dependents

DCANTRELL/Data-CompactReadonly-0.1.1 - 29 Oct 2023 22:51:00 UTC

lib/Data/CompactReadonly/V0/Scalar/Float64.pm River stage zero No dependents

DCANTRELL/Data-CompactReadonly-0.1.1 - 29 Oct 2023 22:51:00 UTC

lib/Data/CompactReadonly/V0/Scalar/NegativeLong.pm River stage zero No dependents

DCANTRELL/Data-CompactReadonly-0.1.1 - 29 Oct 2023 22:51:00 UTC

lib/Data/CompactReadonly/V0/Scalar/NegativeHuge.pm River stage zero No dependents

DCANTRELL/Data-CompactReadonly-0.1.1 - 29 Oct 2023 22:51:00 UTC

lib/Data/CompactReadonly/V0/Scalar/Huge.pm River stage zero No dependents

DCANTRELL/Data-CompactReadonly-0.1.1 - 29 Oct 2023 22:51:00 UTC

lib/Data/CompactReadonly/V0/Scalar/Long.pm River stage zero No dependents

DCANTRELL/Data-CompactReadonly-0.1.1 - 29 Oct 2023 22:51:00 UTC

lib/Data/CompactReadonly/V0/Scalar/NegativeMedium.pm River stage zero No dependents

DCANTRELL/Data-CompactReadonly-0.1.1 - 29 Oct 2023 22:51:00 UTC

lib/Data/CompactReadonly/V0/Scalar/True.pm River stage zero No dependents

DCANTRELL/Data-CompactReadonly-0.1.1 - 29 Oct 2023 22:51:00 UTC

Fixed - a readonly variable that you can assign to River stage zero No dependents

"Fixed" is a little like Readonly; the main difference is that you can assign to fixed variables. What?! Then how are they fixed? Because you can only assign to them once! use 5.012; use strict; use warnings; use Fixed; fix $x; # declared but not ini...

TOBYINK/Fixed-0.003 - 11 Sep 2014 11:01:55 UTC

ex::constant::vars - create readonly variables (alternative to constant pragma) River stage zero No dependents

This package allows you to create readonly variables. Unlike the "constant" pragma, this module lets you create readonly scalars, arrays and hashes. The Const::Fast module is a much better solution for immutable variables. This module "tie()"s variab...

JANITOR/ex-constant-vars-0.07 - 03 Nov 2020 21:47:10 UTC
25 results (0.028 seconds)