Which Perl module gives the programmer the ability to work with LDIF files in Perl?

The _______ Perl module gives the programmer the ability to work with LDIF files in Perl.

(Specify the module in Perl’s Module::Submodule… format.)

The _______ Perl module gives the programmer the ability to work with LDIF files in Perl.

(Specify the module in Perl’s Module::Submodule… format.)

Answer: Net::LDAP::LDIF

Explanation/Reference:
http://search.cpan.org/~gbarr/perl-ldap-0.4001/lib/Net/LDAP/LDIF.pod

http://ldap.perl.org/



Leave a Reply 3

Your email address will not be published. Required fields are marked *


myself

myself

Wrong. It is Net::LDAP:LDIF…

mr_tienvu

mr_tienvu

Net::LDAP::LDIF provides a means to convert between Net::LDAP::Entry objects and LDAP entries represented in LDIF format files. Reading and writing are supported and may manipulate single entries or lists of entries.

As when reading an entire file into memory with perl normally, take into account the possibility of memory use when loading an LDIF file in one go.

networkmanagers

networkmanagers

I choose