On Mon, February 14, 2005 5:12 pm, Faltermier, David (HP Directory) said: > > Hello, > > I've got a question about the behavior of Net::LDAP::Control and it's > child classes. > > Should a call to $control->value() return an ASN value? I instantiated > a few controls to see their behavior and they are all the same. They > return an ASN value. I guess I expected the original, untainted, value > to be returned. (The value of Net::LDAP::Control->value() is untouched > but I suspect that is because it is a simplified stub for subclasses.)
It will usually be an ASN value. It is whatever the control defines to be in the value part of the ASN definition for a control. Graham.