The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::CardDAVTalk::VCard - A wrapper for VCard files

SUBROUTINES/METHODS

# Core {{{

$class->new()

Create a basic VCard object with no fields set

$class->new_fromstring($String)

Create a new object and populate it by parsing the VCard file who's contents are given in the string.

$class->new_fromfile($File)

Given a filename or filehandle, read and parse a vcard from it.

$self->as_string()

Return a string representation of the VCard (inverse of new_fromstring)

$self->uid()

Get or set the uid field of the card.