Folders and files ... Repository files navigation FamilySearch-PHP-SDK-Tutorial-App This is a tutorial app to accompany the gedcom-x PHP SDK ...
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 ...