I don't have that module installed, but here's one example of checking a module's version:
perl -MData::Dumper -e 'print $Data::Dumper::VERSION' 2.158
So for DBD::ODBC, try this:
perl -MDBD::ODBC -e 'print $DBD::ODBC::VERSION'
In reply to Re: Perl ODBC Drivers
by stevieb
in thread Perl ODBC Drivers
by deelinux
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |