in reply to Re^2: coderefs and (&) prototypes
in thread coderefs and (&) prototypes
For your second example, though, when I tested it, the code
printed ABC, just as mymap did. Am I still missing something?print(( map &{ get_cb() }, qw/a b c/), "\n");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: coderefs and (&) prototypes
by ikegami (Patriarch) on Jul 28, 2009 at 18:28 UTC |