my $uncle = { name => 'Bob', age => 45, }; #### my %ages = ( 'Alice' => 41, 'Bob' => 45, 'Carol' => 38, );