print "\n\n" . "this is the nycbidcreatedon: " . $entry->{'attrs'}{'idcreatedon'} . "\n\n"; print "\n\n" . "this is the nycbfriendlyid: " . $entry->{'attrs'}{'friendlyid'} . "\n\n"; print "\n\n" . "this is the DN!! " . $entry->{'asn'}{'objectName'} . "\n\n"; # Dumper shows this exists #### while( not $ldif->eof ( ) ) { #loop print $entry->get_value("IdCreatedOn")."\n"; print $entry->get_value("FriendlyId")."\n";