Text-SimpleVaddrbook

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

DESCRIPTION

Text::SimplevAddrbook - This package provides an API for reading multiple
vCards from addressbooks. A vcard is an electronic business card. You will find
that many applications (KDE-Address book, Apple Address book, MS Outlook,
Evolution, etc.) can export and import vCards.

It depends on Text::SimpleVcard which provides functions for extracting infos
from a singel vcard.

INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

lib/Text/SimpleVaddrbook.pm  view on Meta::CPAN

package Text::SimpleVaddrbook;

use Text::SimpleVcard;

use warnings;
use strict;

=head1 NAME

Text::SimpleVaddrbook - a package to manage multiple vCard-files

=head1 VERSION

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.276 second using v1.00-cache-2.02-grep-82fe00e-cpan-81bb8482316b )