On Wed, Jun 18, 2008 at 02:14:06PM -0700, Douglas Wilson wrote: > With RaiseError or PrintError set, if DBD::Sybase throws an error, the > error message does not indicate what line number of the program that the > error was on ... or what program/module that the error was in.
I'd guess that that's because sybase error messages tend to end with a newline character. Hopefully that's a simple fix for Michael to get into the next release. You could always send a patch to help out... Tim.