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.
    &NAME(LIST); # Circumvent prototypes.
    &NAME;       # Makes current @_ visible to called subroutine.