in reply to Re^4: Multiple queries on DBI corresponding to multiple csv files?
in thread Multiple queries on DBI corresponding to multiple csv files?

DBI Version: 1.627

That explains a lot. Is there any other way to do it without update the DBI?

  • Comment on Re^5: Multiple queries on DBI corresponding to multiple csv files?

Replies are listed 'Best First'.
Re^6: Multiple queries on DBI corresponding to multiple csv files?
by hippo (Archbishop) on Feb 20, 2019 at 15:07 UTC

    The documentation points out that it is just a "convenience wrapper" so you could simply call the underlying method instead and then de-reference.