Help for this page

Select Code to Download


  1. or download this
    my $ldap_msg = $ldap->search( ... );
    if ( my $code = $ldap_msg->code ) {
    ...
    while ( my $entry = $ldap_msg->shift_entry ) {
        # use $entry
    }