my %manager; while () { $manager{ $_ } = $ldap->search(...); # return only the manager DN }; while () { ... # you never seem to use the information from MGR here... };