- or download this
my $tstr = join(',', ('?') x @table);
my $tv = join(',', @table);
- or download this
$sth->execute( @data) || die("Error: Can't execute: $DBI::errstr
+");
- or download this
die "Hey, \@data should have " .
scalar(@table) .
" values but it only has " . scalar(@data) . "!"
if @data != @table;