Paul Johnson
Paul Johnson
You should be able to get the two values with code such as: ``` my $i1 = $ged->get_individual("I321"); my $nsfx = $i1->get_value("NAME NSFX"); my $i2 = $ged->get_individual("I3722"); my $npfx =...
Hopefully there's a fix on the `dev` branch. I'll get that into the next release. Thanks very much for reporting this!
Whilst correct, that wasn't a particularly helpful comment. I've added a commit to the `dev` branch to fix that and it will be in the next release.
A couple of lines later in the docs: ``` In scalar context return the first match found. ``` I agree that the docs could be more clear here, but something...
Yes, please.
Did you manage to get this all worked out, or is there still a problem to be looked into?
I think you will need to access the PEDI tag via the CHILD_TO_FAMILY_LINK. I don't have any code to do that at the moment, but it seems like it might...
I hadn't really paid much attention to it. I think Gedcom 6 pretty much died and it seemed that attention was being focussed on GedcomX, though not much has happened...
The tag for Marriage Bann is MARB. Underneath that is a standard EVENT_DETAIL structure with DATE, PLAC, AGE and all the other standard tags. So you should be able to...
@nigelhorne jhannah I've finally carved out a little time to look at Gedcom.pm and created a solution for this. I don't really want to add anything that always runs, since...