Net::LDAP::Util - Utility functions
use Net::LDAP::Util qw(ldap_error_text ldap_error_name ldap_error_desc );
$mesg = $ldap->search( .... );
die "Error ",ldap_error_name($mesg->code) if $mesg->code;
Net::LDAP::Util is a collection of utility functions for use with the Net::LDAP modules.
"LDAP error code %d(0x%02X)"
is returned.
undef
is returned.
Graham Barr <gbarr@pobox.com>
Copyright (c) 1999-2000 Graham Barr. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
$Id$