This takes from a search and turns it into a hash.
The returned has is in the following format.
{DN}{ldap}{attribute}[array of values for this attribute]
The reason for the {ldap} is to allow for other values and
the like to be tagged onto a hash for a DN that are unrelated to LDAP.
This function does not make any attempt to check if the search succedded
or not.
This is the initial independent release of the Net_DIME package.
Provides an implementation of DIME as defined at
http://www1.ietf.org/mail-archive/ietf-announce-old/Current/msg19298.html
Net::Packet::Target - Target object for all Net::Packet related stuff
Validate::Net is a class designed to assist with validation internet
related strings. It can be used to validate CGI forms, internally by
modules, and in any place where you want to check that an internet
related string is valid before handing it off to a Net::* class.
Whenever a test is false, you can access the reason through the reason
method.
Net::MQTT - Perl modules for MQTT Protocol (http://mqtt.org/)
Low level API for the MQTT protocol described at http://mqtt.org.
IMPORTANT: This is an early release and the API is still subject to change.
Net::SFTP::Foreign - Secure File Transfer Protocol client
Net::Nmsg is a perl binding to libnmsg, the reference implementation of
the NMSG binary structured message interchange format. The NMSG
documentation describes the format as:
The NMSG format is an efficient encoding of typed, structured data
into payloads which are packed into containers which can be
transmitted over the network or stored to disk. Each payload is
associated with a specific message schema. Modules implementing a
certain message schema along with functionality to convert between
binary and presentation formats can be loaded at runtime by libnmsg.
nmsgtool provides a command line interface to control the
transmission, storage, creation, and conversion of NMSG payloads.
Net::Google::DataAPI is base implementations for modules to negotiate
with Google Data APIs.
Net::LDAP::Makepath - Provides a methode for creating paths in LDAP simply.
This module implements a client interface to the SNPP protocol,
enabling a perl5 application to talk to SNPP servers. The SNPP
protocol is described in RFC1861.