Help for this page
NAME(LIST); # & is optional with parentheses. NAME LIST; # Parentheses optional if predeclared/imported. ... &{$subref}(); # & is needed. But $subref->() can be used to avoid t +he &