in reply to Re^3: typeglob/symbolic reference question
in thread typeglob/symbolic reference question
Interesting that assigning to *{$x}{CODE} is not allowed.*{$x}{CODE}->() hi again
*{$x}{CODE} = sub { print "hi" }; Can't modify glob elem in scalar assignment...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: typeglob/symbolic reference question
by BrowserUk (Patriarch) on Nov 04, 2010 at 17:46 UTC |