in reply to Re: using a string as a SCALAR ref while "strict refs" in use
in thread using a string as a SCALAR ref while "strict refs" in use

But that would only work with GLOBALS (our/vars ) not lexicals (my)

If you want to get at lexicals (my vars) you should use PadWalker

  • Comment on Re^2: using a string as a SCALAR ref while "strict refs" in use