Help for this page
my %hash; $hash{foo} = 'bar'; ... # the following is equivalent $hash{foo} = { bar => 'baz' };