|
|
sybperl-l Archive
Up Prev Next
From: Michael Peppler <mpeppler at peppler dot org>
Subject: Re: error handlers
Date: Jun 2 1999 3:27PM
John Gilmore-Baldwin writes:
> Actually, I do have a message handler. It was working fine, though, so I
> didn't bother pasting it in.
>
> It turns out that I was just being boneheaded. I didn't "use
> Sybase::DBlib;". Instead, I fully qualified the login, but that didn't
> give me the error codes properly.
This is where
use strict;
would have helped a lot. It would have told you that INT_CANCEL was a
'bareword', which would have given you the clue you were looking
for...
Michael
--
Michael Peppler -||- Data Migrations Inc.
mpeppler@peppler.org -||- http://www.mbay.net/~mpeppler
Int. Sybase User Group -||- http://www.isug.com
Sybase on Linux mailing list: ase-linux-list@isug.com
|