$dbh->{RaiseError} = 1; eval { $sth->do("DROP TABLE $table_name") }; if ($@) { ## Do nothing }