1Net::CardDAVTalk::VCardU(s3e)r Contributed Perl DocumentaNteito:n:CardDAVTalk::VCard(3)
2
3
4
6 Net::CardDAVTalk::VCard - A wrapper for VCard files
7
9 # Core {{{
10
11 $class->new()
12 Create a basic VCard object with no fields set
13
14 $class->new_fromstring($String)
15 Create a new object and populate it by parsing the VCard file who's
16 contents are given in the string.
17
18 $class->new_fromfile($File)
19 Given a filename or filehandle, read and parse a vcard from it.
20
21 $self->as_string()
22 Return a string representation of the VCard (inverse of new_fromstring)
23
24 $self->uid()
25 Get or set the uid field of the card.
26
27
28
29perl v5.28.0 2018-03-02 Net::CardDAVTalk::VCard(3)