From: dowen at midsomer dot org
Subject: Re: Disconnecting from the server
Date: Apr 1 2003 5:34AM
> How do I disconnect and connect in a loop at set interval. ct_disconnect or
> $dbh->disconnect doesn't works.
Simply setting the file handle ($dbh) to undef will do it.
dowen