You'll get a better understanding of this by taking a look on Variables and Scoping tutorials, and I definitely recommend this article too.
Note that this isn't an issue of scoping, and none of those links discuss symbolic references.
$ perl -le '$x=2; my $x=4; print ${x}, ${"x"}' 42
In reply to Re^2: Referencing the locals
by haukex
in thread Referencing the locals
by Chuma
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |