in reply to
Is there a way disconnect from database
In most cases you can use:
END { $db_handle->disconnect(); }
[download]
Comment on
Re: Is there a way disconnect from database
Download
Code
In Section
Seekers of Perl Wisdom