in reply to
Perl "Constants"
Readonly
may help.
True laziness is hard work
Comment on
Re: Perl "Constants"
Replies are listed 'Best First'.
Re^2: Perl "Constants"
by
spazm
(Monk)
on Nov 11, 2011 at 22:36 UTC
Alternatives to
Readonly
, since it is unmaintained (
rt://Readonly
) and slow ( without
Readonly::XS
)
Attribute::Constant
, a wrapper around
Data::Lock
Const::Fast
[reply]
In Section
Seekers of Perl Wisdom