in reply to
Re: Perl "Constants"
in thread
Perl "Constants"
Alternatives to
Readonly
, since it is unmaintained (
rt://Readonly
) and slow ( without
Readonly::XS
)
Attribute::Constant
, a wrapper around
Data::Lock
Const::Fast
Comment on
Re^2: Perl "Constants"
In Section
Seekers of Perl Wisdom