Top "Dbi" questions

DBI is a database access module for the Perl programming language.

Perl + DBI + MySQL: How To Run Multiple Queries/Statements

At the moment, I am running multiple statements on MYSQL as below; my $sth1 = $dbh->prepare("ALTER TABLE whatever...."); …

mysql perl dbi
DBI: disconnect - question

Would 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