Is there a way to pull the last date and time that a database was updated? I am new to both Perl and SQL, and I have a script that is designed to update the database with totally new data every morning. (The old data is removed, and the new data is put in its place.) The script then sends me an e-mail to verify that all went well. It has been working for over a year now, the problem is that recently, I have not gotten the e-mails. (Success or error messages!) I can't tell if it is a problem with the update not working, or the e-mail not sending, or just that I am not getting all my e-mails on the e-mail server. Can anyone help?