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


in reply to Alias vs Reference

Some places aliases are used:

See also "alias" in perlglossary and Item 118 "Access the symbol table with typeglobs" in Effective Perl Programming.

Update: added named loop variables in foreach. Thanks Jenda.