Help for this page
foreach my $surname (keys %data) { my $family = $data{$surname}; ... print("$given $surname\n"); } }