On Fri, Mar 19, 2004 at 01:29:07PM +0000, Tim Bunce wrote: > On Thu, Mar 18, 2004 at 12:39:42PM -0800, Jonathan M. Newton wrote: > > Hi - > > > > Every time I run a select query on the above setup - I get: > > Undefined subroutine &DBD::mysql::st::fetchrow_array called > > > > But when I switch back to perl 5.8.0 and both of the latest versions of above - > > it works like a charm. > > > > I have a more extensive description at: > > http://www.perlmonks.org/index.pl?node_id=337790 > > > > Any idea what's going on? > > No. > > What does the DBI trace (level, um, 9) show for that method call? > > Does the problem with Perl 5.8.3 still happen with older versions > of DBI and DBD::mysql? > > Has anyone else here tried perl 5.8.3 with any versions of the DBI?
Does your DBD::mysql pass it's tests? I've installed 5.8.3 and DBI 1.42, but DBD::mysql passes it's tests fine (I've not tried your small script as I figure if the tests pass then that would as well.) Tim.
