Arrays This is an array: @bar It is used to hold sequences of scalars: @bar = (4, "cat"); Notice two things: Parens group the things into a "list" for assignment The items in the list are not the same "type"