Help for this page
use DBI; use strict; ... print "$affInfo Row Added\n"; $dbh->disconnect();
my $dbh = DBI->connect('DBI:mysql:gailbord_teachcoll', 'gailbord_admin +', 'thotwp2') or die "Unable to connect: $DBI::errstr\n"; ... my $sth = $dbh->prepare($sql); $sth->execute();