Help for this page

Select Code to Download


  1. or download this
    for (sort { $HoH{$b}{head_count} <=> $HoH{$a}{head_count} } keys %HoH)
    + {
        print "$_ House Type: $HoH{$_}{house_type} Head Count: $HoH{$_}{he
    +ad_count}\n";
    }