Keeping PERL DBI Quiet

From: Cditty (mail_at_redhotsweeps.com)
Date: 11/25/03


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



Relevant Pages

  • RE: Keeping PERL DBI Quiet
    ... > Subject: Keeping PERL DBI Quiet ... I just delete what temp tables are there. ... > missing even with the DIE command missing. ...
    (perl.dbi.users)
  • Unbuffered Queries
    ... I can't seem to find anything online that says how to do an unbuffered ... query using the perl DBI. ... I know PHP has mysql_query_unbuffered or ...
    (perl.dbi.users)