in reply to Re: What is the difference between the constant construct in Perl and the Readonly construct in Perl?
in thread What is the difference between the constant construct in Perl and the Readonly construct in Perl?
Im assuming that Readonly does the same thing as Internals::SvREADONLY($scalar, 1); which is XS and is available as of 5.8
|
|---|