DavidSzczesniak
12/4/2017 - 9:59 AM

Another way to create hashes

Different way to use hashes.

$occupation{Jeff} = "manager";
$occupation{Martha} = "interior designer";

# As opposed to...
%item_catalog = ("Apple", 5, "Banana", 8, "Mushroom", 24);