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

NAME

Net::LDAP::Util -- Utility functions

SYNOPSIS

  use Net::LDAP::Util qw(ldap_error_text);

DESCRIPTION

Net::LDAP::Util is a collection of utility functions for use with te Net::LDAP modules.

FUNCTIONS

ldap_error_name ( NUM )

Returns the name corresponding with the error number passed in. If the error is not known the a string in the form "LDAP error code %d(0x%02X)" is returned.

ldap_error_text ( NUM )

Returns the text from the POD description for the given error. If the error code given is unknown then undef is returned.

AUTHOR

Graham Barr <gbarr@pobox.com>

COPYRIGHT

Copyright (c) 1999 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.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 91:

You forgot a '=back' before '=head1'