RE: Error Handling

2003-01-21 Thread Hughes, Andrew
, January 21, 2003 9:30 AM To: Hughes, Andrew Cc: '[EMAIL PROTECTED]' Subject: Re: Error Handling Hughes, Andrew [[EMAIL PROTECTED]] wrote: > Thanks for all of the feedback. I realize that using the eval{} statement > is probably the way to go. However, as I am new to this, I don&#

RE: Error Handling

2003-01-21 Thread Hughes, Andrew
ding of the DBI module. Thanks, Andrew -Original Message- From: Steve Haslam [mailto:[EMAIL PROTECTED]] Sent: Monday, January 20, 2003 12:31 PM To: 'Hughes, Andrew'; '[EMAIL PROTECTED]' Subject: RE: Error Handling > entered into the database. With this code, I r

Error Handling

2003-01-20 Thread Hughes, Andrew
I am relatively new to this list and perl and DBI as well. The goal is that before users submit a form submission to the database, I want to make sure that someone with the same email address has not already submitted it. The Email field is marked as UNIQUE() in the MySQL database table, so when