in reply to Re^2: become another via exec in dispatch table
in thread become another via exec in dispatch table
Again, "does not work" is not an adequate description. Specifically, you get:
ole syntax error at -e line 1, at EOF Execution of -e aborted due to compilation errors.
So lets look at the code:
print map {qq!\t$_\n!}
Where's map's list of values?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: become another via exec in dispatch table
by Discipulus (Canon) on Jan 31, 2012 at 12:36 UTC | |
by ikegami (Patriarch) on Jan 31, 2012 at 21:18 UTC | |
by ikegami (Patriarch) on Jan 31, 2012 at 21:24 UTC |