DBI is a database access module for the Perl programming language.
At the moment, I am running multiple statements on MYSQL as below; my $sth1 = $dbh->prepare("ALTER TABLE whatever...."); …
mysql perl dbiWould you call parts of the disconnect-code as line-noise or would you leave it as it is? use DBI; my $…
sql perl dbi disconnect