my @list = (\&one, \&two, \&three);
:-)my @list = \(&one, &two, &three);
ihb
See perltoc if you don't know which perldoc to read!
Read argumentation in its context!
In reply to Re^2: Canon concerning coderef calls?
by ihb
in thread Canon concerning coderef calls?
by jobi
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |