Help for this page

Select Code to Download


  1. or download this
    my $id = $dbh->last_insert_id();
    die "Foo: " . $dbh->errstr()
       if !defined($id);