Help for this page

Select Code to Download


  1. or download this
    %servers <- that's a hash
    $servers{ BOUVET } <- that's a ref to a hash
    $server{ BOUVET }{ customizations } <- that's another ref to a hash
    
  2. or download this
    keys %{ $server{ BOUVET }{ customizations } }