Re: Display error but continue script

2001-06-16 Thread MikeBlezien
On Sat, 16 Jun 2001 14:33:44 -0500 (CDT), Don Read <[EMAIL PROTECTED]> wrote: A heck of alot easier with Perl!(Just my opinion) :) Just disable RaiseError and enable PrintError when using DBI >> >>On 16-Jun-01 Dawn H wrote: >>> How do I make an error display, but still continue the script? Th

RE: Display error but continue script

2001-06-16 Thread Dawn H
Ah. The subroutine bail_out() that I'm using is using die. Aha! :-) Thanks, =Dawn -Original Message- From: Don Read [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 16, 2001 2:39 PM To: Dawn H Cc: MySQL Email List Subject: RE: Display error but continue script On 16-Jun-01 D

RE: Display error but continue script

2001-06-16 Thread Don Read
On 16-Jun-01 Dawn H wrote: > I'm using Perl > are you displaying your message with warn() or with die() ? > Filter fixer: database,sql,query -- Don Read [EMAIL PROTECTED] -- It's always darkest before the dawn. So if you are going to steal the neigh

RE: Display error but continue script

2001-06-16 Thread Don Read
On 16-Jun-01 Dawn H wrote: > How do I make an error display, but still continue the script? The error > subroutine does not exit, but the original subroutine that calls it doesn't > continue > after the error message, it just quits. > A look at the code that does that would help ... but: $deb

RE: Display error but continue script

2001-06-16 Thread Dawn H
I'm using Perl -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of MikeBlezien Sent: Saturday, June 16, 2001 2:06 PM To: Dawn H Cc: [EMAIL PROTECTED] Subject: Re: Display error but continue script On Sat, 16 Jun 2001 13:47:29 -0500, "Dawn