On 9 Jan 2008, at 22:45, Don C. Miller wrote:

Praveen, use these methods to destroy the object.

undef($ldap);
$ldap = undef;

Yep, alternatively letting the variable go out of scope (i.e. the { } you defined the variable in) should also work.

Cheers,

Chris

Reply via email to