Re: DBD-mysql version
Paul DuBois <[email protected]>
| Newsgroups | gmane.comp.db.mysql.perl |
|---|---|
| Message-ID | <p06020405bdc103cc993e@[192.168.1.34]> |
At 0:26 +1100 11/18/04, Daniel Kasak wrote: >Hi all. > >How can I get information about the current version of DBD-mysql? >I'm writing a module that needs to know this to figure out which >features are available, at run-time. > >Dan #! /usr/bin/perl -w # dbi-version.pl - display DBI and DBD::mysql versions use strict; use DBI; print "DBI::VERSION: $DBI::VERSION\n"; use DBD::mysql; print "DBD::mysql::VERSION: " . $DBD::mysql::VERSION . "\n"; -- Paul DuBois, MySQL Documentation Team Madison, Wisconsin, USA MySQL AB, www.mysql.com -- MySQL Perl Mailing List For list archives: http://lists.mysql.com/perl To unsubscribe: http://lists.mysql.com/[email protected]