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

NAME

Net::LDAP::Search -- Object returned by Net::LDAP search method

SYNOPSIS

  use Net::LDAP;
  
  $mesg = $ldap->search( @search_args );
  
  @entries = $mesg->entries;

DESCRIPTION

CONSTRUCTOR

METHODS

entry ( INDEX )
entries
references
sorted ( [ ATTR ] )

SEE ALSO

Net::LDAP, Net::LDAP::Message, Net::LDAP::Entry, Net::LDAP::Reference

ACKNOWEDGEMENTS

This document is based on a document originally written by Russell Fulton <r.fulton@auckland.ac.nz>

AUTHOR

Graham Barr <gbarr@pobox.com>

COPYRIGHT

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