Help for this page
%hash = ();
my $hashref = {}; $$hashref{level1_key}{level2_key}{level3_key} = "value"; ... } } }