Just out of curiousity, how does DBI->err() even work? Did the DBI module export an object referece called "DBI" which in turn calls the class method DBI::err?
Sorry, DBI.pm is not handy right now, from my current "email venue" so I can't look at the code for myself today. -----Original Message----- From: Tim Bunce To: [EMAIL PROTECTED] Cc: DBI-users Sent: 3/30/04 7:13 AM Subject: Re: DBI->state() On Tue, Mar 30, 2004 at 08:29:27AM -0500, [EMAIL PROTECTED] wrote: > > I have a lot of code using those methods. I did not realize they were not > standard parts of DBI. Can you remember what made you think they were? Anybody else out there using them? > What is the alternative mechanism for these methods? $DBI::err, $DBI::errstr, and $DBI::state Tim.
