Help for this page

Select Code to Download


  1. or download this
    foreach my $surname (keys %data) {
       my $family = $data{$surname};
    ...
          print("$given $surname\n");
       }
    }