in reply to DBI "drop table" next obstacle
$sth->execute(); [download]
local $sth->{RaiseError} = 0; # Don't throw an exception on error. local $sth->{PrintError} = 0; # Don't display error messages. $sth->execute(); [download]