Help for this page
my %servers = ( BOUVET => { ... } } );
foreach my $customization (keys $servers{BOUVET}{customizations}) { print "$customization\n"; }