"Chris" <> wrote in news:1115974970.076651.30410
@z14g2000cwz.googlegroups.com:
> Ok, you are right.
Who is right? Please provide some context when you post replies.
> If i do
>
> print("$entry\n");
>
> i get
>
> Net::LDAP::Entry=HASH(0x1c21d5c)
>
> Which is very different from what I expected.
If $entry refers to an object of type Net::LDAP::Entry, then you should
be able to use the interface provided by that object to access the
fields.
> I think i'll go read up on Net::LDAP::Entry
Good idea. You should have done it sooner:
The synopsis in the manual page shows you how to access the attributes of an
Net::LDAP::Entry object:
http://search.cpan.org/~gbarr/perl-l...LDAP/Entry.pod
--
A. Sinan Unur <>
(reverse each component and remove .invalid for email address)
comp.lang.perl.misc guidelines on the WWW:
http://mail.augustmail.com/~tadmc/cl...uidelines.html