This sample video explains how to create associative arrays in the Perl programming language.
If we were to create an associative array of dog names and breeds, it would look like this:
%dogs = ("Mona", "Husky",
"Ciara", "Labrador",
"Auggie", "Elkhound",
"Ditka", "St. Bernard Mix",
"Jarrard", "Jack Russel/Whippet",
"Katie", "Border Collie",
"Zoey", "Austrailian Shepherd");