Mail::Addressbook::Convert::Ldif

Mail::Addressbook::Convert::Ldif is a Perl module that can convert to and from Ldif formatted addressbooks.
Download

Mail::Addressbook::Convert::Ldif Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Joe Davidson
  • Publisher web site:
  • http://search.cpan.org/~interguru/Mail-Addressbook-Convert-1.1/Convert/Utilities.pm

Mail::Addressbook::Convert::Ldif Tags


Mail::Addressbook::Convert::Ldif Description

Mail::Addressbook::Convert::Ldif is a Perl module that can convert to and from Ldif formatted addressbooks. Mail::Addressbook::Convert::Ldif is a Perl module that can convert to and from Ldif formatted addressbooks.SYNOPSISuse strict;use Mail::Addressbook::Convert::Ldif;my $LDIF = new Mail::Addressbook::Convert::Ldif();my $LdifInFile ="ldifSample.txt"; # name of the file containing the Ldif data# Convert Ldif to Standard Intermediate format# see documentation for details on format.my $raIntermediate = $LDIF->scan($LdifInFile);# This will also work#my @LdifInArray = @arrayContainingTheLdifData;#my $raIntermediate = $LDIF->scan(@LdifInArray);# Convert back to Ldifmy $raLdifOut = $LDIF->output($raIntermediate);print join "", @$raIntermediate;print "nnnn";print join "", @$raLdifOut; Requirements: · Perl, version 5.001 or higher · Carp


Mail::Addressbook::Convert::Ldif Related Software