I think it follows the normal inner mechanism.
The elements are aliases not the array holding them.
Think about how shift @_ deletes an alias.
One might argue that the array should not be writable, but its sometimes necessary to rewrite @_ before doing a goto &sub .
In reply to Re^2: Accessing Arguments inside Subroutines via @_
by LanX
in thread Accessing Arguments inside Subroutines via @_
by citi2015
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |