my $b = '1'; my $a = \$b; $$a = '2'; # ${$a} = '2'; print $b;
In reply to Re: can't use string as a SCALAR ref while strict refs
by little
in thread can't use string as a SCALAR ref while strict refs
by justinNEE
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |