Perl, the duct tape of the Internet, is well suited for use in CGI applications. Thanks to the Perl DBI module, available on CPAN, database interaction with Perl is quite simple. Prerequisites To ...
Not open for further replies.
There isn't anything specifically to do with perl dbi that will do it. You have to use a DB-specific query to get it. In MySQL, you'd run the query "SELECT LAST_INSERT_ID()" (maybe without the (). I ...