ShowErrorStatement changing how my script runs

2005-11-08 Thread Martin J. Evans
I may being really daft here but I can't see why changing ShowErrorStatement should change what happens here (unless it is consuming errors before the error handler is called). bash-2.05$ perl -MDBI -e 'print $DBI::VERSION\n;' 1.48 bash-2.05$ perl --version This is perl, v5.8.7 built for

Re: ShowErrorStatement changing how my script runs

2005-11-08 Thread Tim Bunce
On Tue, Nov 08, 2005 at 04:26:38PM -, Martin J. Evans wrote: I may being really daft here but I can't see why changing ShowErrorStatement should change what happens here (unless it is consuming errors before the error handler is called). bash-2.05$ perl -MDBI -e 'print $DBI::VERSION\n;'