Help for this page
my $dbh = DBI->connect( ... ) or die $DBI::errstr; END { $dbh->disconnect if $dbh }