Help for this page

Select Code to Download


  1. or download this
       1. NAME(LIST); # & is optional with parentheses.
       2. NAME LIST; # Parentheses optional if predeclared/imported.
       3. &NAME(LIST); # Circumvent prototypes.
       4. &NAME; # Makes current @_ visible to called subroutine.