Help for this page

Select Code to Download


  1. or download this
    $cost = $h->{'Locations',$location,'Buildings',$building,'cost'};
    
  2. or download this
      $code = %h{''Locations $location Buildings $building cost''};
    
  3. or download this
      $code = %h{''Locations'$location'Buildings'$building'cost''};
    
  4. or download this
      $P1['Locations';$S1;'Buildings';$S2;'cost']