The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

vcard_to_xml.pl - Extracts contact data from a vCard file and appends it to a XXXXXXXXXXXX-directory.xml file.

SYNOPSIS

  perl vcard_to_xml.pl vcard.vcf XXXXXXXXXXXX-directory.xml

DESCRIPTION

Extracts contact data from a vCard (VCF) file and appends it to a XXXXXXXXXXXX-directory.xml file.

  $> perl vcard_to_xml.pl vcard.vcf XXXXXXXXXXXX-directory.xml
  

SEE ALSO

Polycom::Contact::Directory - parses the XML-based local contact directory file used by Polycom SoundPoint IP, SoundStation IP, and VVX VoIP phones, and can be used to read, modify, or create contacts in the file.

AUTHOR

Zachary Blair, <zblair@cpan.org>

COPYRIGHT AND LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.