in reply to Re: Re: Re: Re: There is a way to LOCK a SCALAR?in thread There is a way to LOCK a SCALAR?
You can always add
sub UNTIE { die "Don't do that!" } [download]
to the class too. :-)
duff