Help for this page

Select Code to Download


  1. or download this
      $cost = $h->{Locations}{$location}{Buildings}{$b}{cost};
    
  2. or download this
      $cost = $h->Locations->$location->Buildings->$b->cost;
    
  3. or download this
      $cost = $h->{"Locations.$location.Buildings.$b.cost"};
    
  4. or download this
      while (my ($key, $value) = $h->each)
      {
    ...
      .
      .
      .