in reply to Re: Re: Re: Re: Re: How to change referent of lexical reference?
in thread How to change referent of lexical reference?

I never suggested Storable should provide this. All I wanted was a way to do what I wanted in my code when STORABLE_thaw() was called. And I found it. It simply meant swapping the reference at the C level rather than the Perl level, because Storable is calling STORABLE_thaw() from C.
  • Comment on Re: Re: Re: Re: Re: Re: How to change referent of lexical reference?