Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gedcom::family(3pm) [debian man page]

Gedcom::Family(3pm)					User Contributed Perl Documentation				       Gedcom::Family(3pm)

NAME
Gedcom::Family - a module to manipulate Gedcom families Version 1.16 - 24th April 2009 SYNOPSIS
use Gedcom::Family; my @rel = $f->husband; my @rel = $f->wife; my @rel = $f->parents; my $nch = $f->number_of_children; my @rel = $f->children; my @rel = $f->boys; my @rel = $f->girls; $f->add_husband($i); $f->add_wife($i); $f->add_child($i); DESCRIPTION
A selection of subroutines to handle families in a gedcom file. Derived from Gedcom::Record. HASH MEMBERS
None. METHODS
None yet. Individual functions my @rel = $f->husband; my @rel = $f->wife; my @rel = $f->parents; my @rel = $f->children; my @rel = $f->boys; my @rel = $f->girls; Return a list of individuals from family $f. Each function, even those with a singular name such as husband(), returns a list of individuals holding that releation in $f. number_of_children my $nch = $f->number_of_children; Return the number of children in the family, as specified or from counting. Add functions $f->add_husband($i); $f->add_wife($i); $f->add_child($i); Add the specified individual to the family in the appropriate position. These functions also take care of the references from the individual back to the family, and are to be preferred to the low level addition functions which do not do this. perl v5.14.2 2012-04-12 Gedcom::Family(3pm)

Check Out this Related Man Page

HTML::Microformats::Format::RelLicense(3pm)		User Contributed Perl Documentation	       HTML::Microformats::Format::RelLicense(3pm)

NAME
HTML::Microformats::Format::RelLicense - the rel-license microformat SYNOPSIS
my @licences = HTML::Microformats::Format::RelLicense->extract_all( $doc->documentElement, $context); foreach my $licence (@licences) { print $licence->get_href . " "; } DESCRIPTION
HTML::Microformats::Format::RelLicense inherits from HTML::Microformats::Format_Rel. See the base class definition for a description of property getter/setter methods, constructors, etc. MICROFORMAT
HTML::Microformats::Format::RelLicense supports rel-license as described at http://microformats.org/wiki/rel-license <http://microformats.org/wiki/rel-license>. RDF OUTPUT
Data is returned using the Creative Commons vocabulary (<http://creativecommons.org/ns#>) and occasional other terms. BUGS
Please report any bugs to <http://rt.cpan.org/>. SEE ALSO
HTML::Microformats::Format_Rel, HTML::Microformats. AUTHOR
Toby Inkster <tobyink@cpan.org>. COPYRIGHT
Copyright 2008-2011 Toby Inkster This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. DISCLAIMER OF WARRANTIES
THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. perl v5.14.2 2011-12-06 HTML::Microformats::Format::RelLicense(3pm)
Man Page

10 More Discussions You Might Find Interesting

1. HP-UX

Searching for HP-UX 10.x Install Media

Hiya folks, The drive on my 712/80 just died and I can't seem to find my 10.20 CDs anywhere. My wife says she think she threw out the box that they were in when we moved recently. :( Sooo... What I'm looking for is someone that has upgraded to 11i (or something ) that no longer wants/needs... (0 Replies)
Discussion started by: ErikTheHAck
0 Replies

2. Shell Programming and Scripting

Perl help please!

I want to write text to a file, but i want it inserted at a specific spot in the file. How would this be best performed? I want to insert this text: DAEMON_OPTIONS(`Name=NoMTA4, Family=inet, Addr=127.0.0.1')dnl FEATURE(`no_default_msa')dnl Inserted into this file below , anywhere before the... (1 Reply)
Discussion started by: BG_JrAdmin
1 Replies

3. What is on Your Mind?

Social Security number?

We have now been living in Vence for 3 months. My husband works for a large IT company. How do we get hold of our Social Security numbers and Carte Vitale please? Thanks (4 Replies)
Discussion started by: shanekol
4 Replies

4. What is on Your Mind?

CNN: Hans Reiser Convicted

Programmer guilty of wife's murder - CNN.com (0 Replies)
Discussion started by: cbkihong
0 Replies

5. What is on Your Mind?

The 5 Minute Management Course (Six Lessons)

Lesson 1: A man is getting into the shower just as his wife is finishing up her shower, when the doorbell rings. The wife quickly wraps herself in a towel and runs downstairs. When she opens the door, there stands Bob, the next-door neighbour. Before she says a word, Bob says, 'I'll... (2 Replies)
Discussion started by: Neo
2 Replies

6. UNIX for Dummies Questions & Answers

Family tree illustrated

hello is there a family tree, or words that would illustrate the family tree of, Unix -> Linux As i would understand Unix, it is a OS. And Linux is a ?, is Linux a OS or a sub structure inside of the Unix OS ?. Have you ever seen one of those family tree`s where ma and pa are shown at... (3 Replies)
Discussion started by: cowLips
3 Replies

7. Shell Programming and Scripting

Using sed to find a substring from a file

HI All, I have a file which looks like below ./Prod_id/rel/prod/lib.a ./Some_text/rel/fld/lib.a ./Some_text/deb/detail/lib.a ./Some_text/deb/err/lib.a ./Some_text/rel/prod/lib.a ./Some_text/rel/fld/lib.a ./Some_text/deb/detail/lib.a ./Some_text/deb/err/lib.a I want... (5 Replies)
Discussion started by: anand.shah
5 Replies

8. Shell Programming and Scripting

sed returns error "sed: -e expression #1, char 18: unterminated `s' command"

Hello All, I have something like below LDC100/rel/prod/libinactrl.a LAA2000/rel/prod/libinactrl.a I want to remove till first forward slash that is outputshould be as below rel/prod/libinactrl.a rel/prod/libinactrl.a How can I do that ??? (8 Replies)
Discussion started by: anand.shah
8 Replies

9. UNIX for Beginners Questions & Answers

Merging specifc lines of three files into one?

Recall that nc-county-pop.dat has 100 lines, and each line corresponds to a county. The files girls.dat and boys.dat each has 50 lines. Assume that the girls come from the first 50 counties and each county has only one girl. That is the first girl comes from the first county, the second girl comes... (1 Reply)
Discussion started by: novicep11
1 Replies

10. What is on Your Mind?

You Want to Spend Time with Friends and Family a UNIX.com Cartoon Explainer

Well, this was kinda fun and different: You Want to Spend Time with Friends and Family a UNIX.com Cartoon Explainer https://youtu.be/6jPDpuxI2OA You want to spend time with friends and family. But you are stuck on some problem... Your Linux or Unix code is buggy and you don't know... (1 Reply)
Discussion started by: Neo
1 Replies