Help for this page
$hash{key}= 'value';
no autovivify; my %hash; ... # Examples of autovivification: $hash{key4}{key3}= 'value'; # should fail! $hash{key5}[0]= 1; # should fail!