From: Tom Allison Date: 2006-06-17T11:26:32+09:00 Subject: cleanup, of sorts Is there a method equivelant to perls DESTROY? I'm trying to clean up database connections that I created with an object instantiation but how to I make certain that they are closed when the object is out of scope?