use Gedcom; my $ged = Gedcom->new; my $ged = Gedcom->new($gedcom_file); my $ged = Gedcom->new(grammar_version => "5.5.1", gedcom_file => $gedcom_file, read_only => 1 ...
This utility allows the user to extract a branch of a family tree, from a GEDCOM format file, and create a new GEDCOM file. It allows the user to specify a family in params. It then processes the ...