Help for this page

Select Code to Download


  1. or download this
     
      my $filter = "(&";
      foreach my $attr (keys %lookingfor)
    ...
      $mesg->code && die $mesg->error;
      foreach $entry ($mesg->entries) { $entry->dump; }
      $mesg = $ldap->unbind;