in reply to DBI "drop table" next obstacle
Or you could take the easy way out...
my $i = $dbh->prepare( 'drop table X' ); eval { $i->execute }; [download]