Help for this page
$sth = $dbh->prepare(qq{INSERT INTO `coacttran` SET $_pstmt"}); $sth->execute(@_placeholders); $sth->fetchrow_hashref(); $sth->finish(); $_chinsert = $sth->last_insert_id;
Can't locate object method "last_insert_id" via package "DBI::st" at / +path/to/file... line 256.