Hi!
I do not understand how to get access to the pedigree information for a child
in a family.
I have this in my code to print out the children in each family of a certain
person as starting point:
(essentials here only)
my @fams = $start->fams;
my @fams = $start->fams;
for my $fam (@fams)
On 9/27/17 2:44 PM, Jutta Wrage wrote:
Hi!
I do not understand how to get access to the pedigree information for a child
in a family.
I have this in my code to print out the children in each family of a certain
person as starting point:
(essentials here only)
my @fams = $start->fams;
my @fa