http://www.perlmonks.org?node_id=327815


in reply to Is there a way disconnect from database

In most cases you can use:
END { $db_handle->disconnect(); }