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 };

www.jasonkohles.com
We're not surrounded, we're in a target-rich environment!