Help for this page
my %hash_of_hash_of_arrays = ( 'key' => { ... ] } );
foreach my $outerkey (keys %hash_of_hash_of_arrays) { print "'$outerkey'"; ... } } }