An array is a variable that can hold a variable number of scalars.
List can refer to many things.
- A list is values on the stack.
- A series of comma delimited items is also known as a list literal.
- Named operators (i.e. those in perlfunc) are also called list operators in the documentation.
- The comma operator is actually called the list operator internally.