Help for this page

Select Code to Download


  1. or download this
    $dbh->do('INSERT INTO a_table ...');
    my $id = $dbh->last_insert_id(undef, undef, qw(a_table a_table_id))
        or die "no insert id?";