Help for this page
sub insertItem { (my $insertCom) = @_; ... return $rows_inserted; }
$db=DBI->connect('DBI:mysql:invoices',[username],[password], { RaiseEr +ror => 1, AutoCommit => 1 });