Help for this page

Select Code to Download


  1. or download this
    my %servers = (
        BOUVET => {
    ...
            }
        }
    );
    
  2. or download this
    foreach my $customization (keys $servers{BOUVET}{customizations}) {
            print "$customization\n";
        }