No, but since you've omitted the local declaration the aliasing will persist after the scope exits. The point of using local and the surrounding block is to ensure that @myArray goes back to whatever value it had before you aliased it.
In reply to Re^4: Getting an Array Reference Into an Array
by Fletch
in thread Getting an Array Reference Into an Array
by qazwart
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |