$bros = { '1976' => [ { 'first' => 'Eric', # oops! no 'last'! }, } }; #### $bros = { '1976' => [ { 'first' => 'Eric', 'last' => undef, # oops! no value for 'last'! }, ], };