sub myFunc { return (1,2,3); } my @aReturnValues = myFunc();