my %grocerytotals( 'Eggs' => {quantity => 0, total => 0}); #### my %grocery = ('Eggs' = > {quantity => 3, price => 1.45});