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


in reply to Re^3: typeglob/symbolic reference question
in thread typeglob/symbolic reference question

And also
*{$x}{CODE}->() hi again
Interesting that assigning to *{$x}{CODE} is not allowed.
*{$x}{CODE} = sub { print "hi" }; Can't modify glob elem in scalar assignment...