You seem to have misread what I wrote. I didn't say it aliased the arrays.
No. I know you you never said that.
I was just pointing out that the difference between "a reference to an array of aliases" and an aliased array is subtle enough that it is easy to be surprised by the difference in their behaviors as code evolves over time.
typeglob aliasing on the other hand is easy to understand and reliable in its behavior. Much under used in my opinion.
In reply to Re^4: Alias vs Reference
by BrowserUk
in thread Alias vs Reference
by cheekuperl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |