Help for this page

Select Code to Download


  1. or download this
    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 &