Dear Monks,
If $x="color", why isn't this line:
*{$x} = sub {#do something}; [download]
equivalent to:
&{$x} = sub {#do something}; [download]
Thanks
In reply to typeglob/symbolic reference question by 7stud