in reply to Re: Canon concerning coderef calls?
in thread Canon concerning coderef calls?
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!
|
|---|