Non-SELECT Statements
Statements other than queries can be issued to
the database via DBI
For example, UPDATE, DELETE and INSERT
statements
These statements are issued by calling
     $dbh->do()
    which combines preparation and execution in a
single step
DBI: The Neophyte's Guide
51