http://qs321.pair.com?node_id=869369

7stud has asked for the wisdom of the Perl Monks concerning the following question:

Dear Monks,

If $x="color", why isn't this line:

*{$x} = sub {#do something};

equivalent to:

&{$x} = sub {#do something};

Thanks