Perl Arrays
Array are lists of items that can be treated as a unit.
If a variable is assigned as part of the contents of an array, the array will store the reference and use the value that is in the variable when executing.
You can access individual elements of an array using a zero based index.
Perl Array Practice
Use the below activity to practice what you have learned about arrays. Follow the instructions within each page.