Video Example

This sample video explains how to create associative arrays in the Perl programming language.

Associative Arrays in Perl

Perl Associative Array Example

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");

1-on-1 Training Opportunities

Blah blah blah blah blah

Some sort of call to action goes here