(Not certain which list this belongs on, so I'm sending to both) I've been testing my drivers with PurePerl, and ran into a little problem I'm hoping someone can enlighten me about:
My test script runs splendidly until it calls $drh->func(...'MyDriverSpecificFunction'); Is the $handle->func() capability unavailable in PurePerl ? Or is it limited to the $dbh/$sth handles ? Is there something I need to add/install ? I did a cursory view of the code, it appears it should be available, but I'm a little vague on the interaction of the DBI bootstrap and PurePerl::_install_method(). Any help much appreciated...I need this to do some serious performance comparisons for bulk operations between PurePerl and regular DBI. (unless Mssr. Bunce has given any consideration to a standard method of asynch execution in the DBI ? !^) Regards, Dean Arnold
