Help for this page

Select Code to Download


  1. or download this
    my $total_terms = $total_families + scalar (keys %people);
    
  2. or download this
    while(<DATA>) {
        $seen{$1}++ while /(\w+)/g;
    }
    print scalar(keys %seen);