in reply to Re^2: selectall_hashref
in thread selectall_hashref

What version of DBI do you have?

Replies are listed 'Best First'.
Re^4: selectall_hashref
by mnlight (Scribe) on Jan 05, 2006 at 06:31 UTC
    I don't know how do I determine it.
      Either find DBI.pm and look at the source or try this on the command line:
      perl -MDBI -e 'print $DBI::VERSION . "\n"'
      perl -MDBI=9999