Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: DBI "drop table" next obstacle

by jasonk (Parson)
on Apr 13, 2008 at 17:47 UTC ( [id://680128]=note: print w/replies, xml ) Need Help??


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!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://680128]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (2)
As of 2024-04-19 20:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found