Net::LDAP::Reference man page on HP-UX

Man page or keyword search:  
man Server   10987 pages
apropos Keyword Search (all sections)
Output format
HP-UX logo
[printable version]

Net::LDAP::Reference(3User Contributed Perl DocumentatiNet::LDAP::Reference(3)

NAME
       Net::LDAP::Reference - search reference

SYNOPSIS
	 use Net::LDAP;

	 $ldap->search( @search_args, callback => \&process);

	 sub process {
	   my $mesg = shift;
	   my $obj = shift;
	   if (!$obj) {
	     # Search complete
	   }
	   elsif ($obj->isa('Net::LDAP::Reference')) {
	     my $ref;

	     foreach $ref ($obj->references) {
	       # process ref
	     }
	   }
	   else {
	     # Process Net::LDAP::Entry
	   }
	 }

DESCRIPTION
       The Net::LDAP::Reference object represents a reference (sometimes
       called a "referral") returned by the directory from a search.

METHODS
       references
	   Returns a list of references from the server.

SEE ALSO
       Net::LDAP, Net::LDAP::Search

AUTHOR
       Graham Barr <gbarr@pobox.com>.

       Please report any bugs, or post any suggestions, to the perl-ldap mail‐
       ing list <perl-ldap@perl.org>.

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

perl v5.8.8			  2008-10-28	       Net::LDAP::Reference(3)
[top]

List of man pages available for HP-UX

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net