in reply to How do I determine module version in my script?

This works for me, on the command line:
perl -e "use DBI; print $DBI::VERSION"
(On WIn32).
Prints:
1.37