in reply to Re: There is a way to LOCK a SCALAR?in thread There is a way to LOCK a SCALAR?
Doesn't Scalar::Util::readonly() just tell you if the scalar is readonly or not? I.e., you can't create a readonly scalar from it.
duff