Help for this page
if (my $rows = $sth->execute) { if ($rows==0) { ... print "Failed execute: ". $sth->errstr; } $sth->finish;