http://www.perlmonks.org?node_id=725112


in reply to How to force one variable to be an alias to another?

Data::Alias is now preferred over Lexical::Alias, as it works with globals (package variables, array elements, hash values, etc.) as well as lexicals.
  • Comment on Re: How to force one variable to be an alias to another?