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

NAME

list_contacts.pl - Lists all of the contacts in the specified contact directory file.

SYNOPSIS

  perl list_contacts.pl dir.xml

DESCRIPTION

Lists all of the contacts in the specified contact directory file. Each contact is listed on its own line in the format "Firstname Lastname at Number".

  $> perl list_contacts.pl 000000000000-directory.xml
  Luke Skywalker at 1001
  Bart Simpson at 1002
  James Kirk at 1701

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

Copyright (C) 2010 by Polycom Canada

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.