It looks like you want to use symbolic references, but you probably want hard references instead. See References quick reference by tye, then perlref
my $x = 1; my $y = \$x; $$y = 2; print $x;
After Compline,
Zaxo
In reply to Re: Using a varabile contained within another variable?
by Zaxo
in thread Using a varabile contained within another variable?
by blax
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |