NAME

Text::vCard::Part::Name - Object to handle the name part of a vCard

DESCRIPTION

You should not need to access this object directly it will be created as required when you parse a vCard. - not fully implimented!

NAME DETAIL METHODS

my $value = $adddress->method();
$address->method($value);
$address->method(\@value);

Called without any arguments the following methods return a scalar containing the relevant information. This can be a list seperated by commas.

If supplied with a scalar argument the scalar will be set as the new value. If supplied with an array ref the values of the array ref will be joined with a comma and set as the new value.

family()

given()

additional()

prefixes()

suffixes()

EXPORT

None by default.

AUTHOR

Leo Lapworth, LLAP@cuckoo.org

SEE ALSO

Text::vCard.