On Mon, Sep 09, 2002 at 06:16:52PM -0700, David Wheeler wrote: > On Monday, September 9, 2002, at 06:11 PM, Jeff Urlwin wrote: > > > From perldoc DBI: > > > > If the subroutine returns a false value then the "RaiseError" > > and/or > > "PrintError" attributes are checked and acted upon as normal. > > > > I read that as if the subroutine returns non-false values, then > > RaiseError > > and PrintError will not be acted upon... > > Hmm, good point. What's your call, Tim?
My call is that the docs are right. The return value must be checked. Tim.
