include pedigree information into program

2017-09-27 Thread Jutta Wrage
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)

Re: include pedigree information into program

2017-09-27 Thread Nigel Horne
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