*bar = \$foo;
Aliasing is different from assignment:
$bar = $foo;
Assignment copies the SV and installs the copy into the symbol table