From: Graham B. <gb...@po...> - 2003-01-15 16:52:09
|
On Wed, Jan 15, 2003 at 11:23:51AM -0500, Wilbur M. Sims III wrote: > I've got attribute pulling down okay thanks to the great examples and > perldoc. However I am having a hard time figuring out how to simply > pullout everyone's DN. > $mesg->code && die $mesg->error; > |---- foreach $entry ($mesg->all_entries) { > ||---- foreach $attr ($entry->attributes) { $entry->dn; Graham. |