I have a perl webpage that uses perl. The page executes a perl function that inserts a record into a database, which uses an auto-increment serial number for the record number. After the script has executed, I need to know what the serial number is of the record that was just inserted. I can't simply ask for the largest number, as I could have multiple people executing this page at once. My boss said he thought there was a perl function that can tell you what record number it just inserted, but he's not sure. Does anyone know of such a creature? Any help is appreciated.
