in reply to Perl ODBC Drivers
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'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl ODBC Drivers
by kennethk (Abbot) on Oct 28, 2015 at 15:56 UTC | |
by stevieb (Canon) on Oct 28, 2015 at 16:01 UTC | |
by kcott (Archbishop) on Oct 29, 2015 at 06:17 UTC |