Help for this page

Select Code to Download


  1. or download this
    sub myFunc { return (1,2,3); }
    
    my @aReturnValues = myFunc();
    
  2. or download this
    my @strings;
    my @messages;
    ...
      }
    
    }