in reply to Re^3: selectall_hashref
in thread selectall_hashref

I don't know how do I determine it.

Replies are listed 'Best First'.
Re^5: selectall_hashref
by perrin (Chancellor) on Jan 05, 2006 at 06:39 UTC
    Either find DBI.pm and look at the source or try this on the command line:
    perl -MDBI -e 'print $DBI::VERSION . "\n"'
Re^5: selectall_hashref
by jZed (Prior) on Jan 05, 2006 at 06:41 UTC
    perl -MDBI=9999