Help for this page

Select Code to Download


  1. or download this
    $stuff    =    { 
            production => {
    ...
                       }
            }
    ;
    
  2. or download this
    while(my($env,$platform_href) = each %{$stuff}) {
        while(my($platform,$host_href) = each %{$platform_href}) {
    ...
            }
        }
    }