|
Sorry for my poor English...
I use 1.16 version of Gedcom.pm
I need work with OBJE block of tags.
I read you code and found method for implement this option.
In file Gedcom.pm I add line
OBJE => 9,
in %Top_tag_order variable
and now I can use $ged->add_object method for add objects and via tag_record or other implemented m
+ethods work with objects...
But this way is local way and not implement on systems where I'm have't root privileges.
May be I can use another way get this result without your code correct?
Please correct this in next version of Gedcom.pm
And may be for other not implemented xref tags too... |