Help for this page
sub insertsql { my ($dbh,$table,$data,$ignore) = @_; my @qm; ... $sth->finish(); return $dbh->{'mysql_insertid'}; }