or download this
$characters{'Bob the Fighter'} = { #The brackets create a reference t
+o an anonymous hash.
'Attributes' => { # We're nesting a second hash
...
'Light_Armor' => 1 #Treating as a boolean
} #done with Feats Hash
}; #done with hash that is stored in $characters{'Bob the Fighter'
+}