Keeping PERL DBI Quiet
From: Cditty (mail_at_redhotsweeps.com)
Date: 11/25/03
- Next message: Ilya Sterin: "RE: Keeping PERL DBI Quiet"
- Previous message: Rudy Lippan: "Re: Transactions, eval, local and confusion"
- Next in thread: Ilya Sterin: "RE: Keeping PERL DBI Quiet"
- Maybe reply: Ilya Sterin: "RE: Keeping PERL DBI Quiet"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 25 Nov 2003 12:14:55 -0600 To: dbi-users@perl.org
Can someone tell me how to keep perl dbi silent when something goes
wrong? ie.....I do a table cleanup before I start importing my
data. Basically, I just delete what temp tables are there. If my script
crashed on a previous run, it leaves some temp tables behind. I need to
clear those tables before I can import data.
In php, I leave off the "or die()" statement and php doesn't fuss if those
tables are not there. But with perl dbi, it fusses if the tables are
missing even with the DIE command missing.
I've done google searches and haven't been able to find anything useful.
Chris
- Next message: Ilya Sterin: "RE: Keeping PERL DBI Quiet"
- Previous message: Rudy Lippan: "Re: Transactions, eval, local and confusion"
- Next in thread: Ilya Sterin: "RE: Keeping PERL DBI Quiet"
- Maybe reply: Ilya Sterin: "RE: Keeping PERL DBI Quiet"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|