in reply to Perl ODBC question

After you do an insert on the table...do a select statement similar to this:
SELECT max(<field>) FROM <table>
- that should return the last entered primary identifer key.