in reply to [untitled node, ID 159708]
Now that you've got some good answers...
Why do you want to do this? If you're updating data in a MySQL table and you want to update a timestamp too, consider using the timestamp column type. It automatically updates any time a record is changed.
If it's not that, then what are you doing that requires this MySQL timestamp variable in Perl? I'm interested now...