Miro Dietiker, MD Systems wrote:
Hi!
I'm doing series of ldap searches and I'm new on ldap query
implementation.
Compared to database queries (where you get a result which can be freed)
I don't understand the way how to free a message and its associated
resources and can't find any documentation on it.
Can someone explain me the way to implement searches resource-optimized?
Is there no internal ldap-protocol-handle of a message which needs to
be freed when no more in usage?
You don't allocate and free memory with perl; it's handled automatically.
--
mike