>>>>> "Mickey" == Mickey Mestel <[EMAIL PROTECTED]> writes:

Mickey> also, how can you find out the dbi and dbd version in an
Mickey> installed system?

There are probably better ways (investigate CPAN::shell, for
instance), but this does the trick:

| $ perl -le 'for (@ARGV) { eval "require $_"; $v = "\$$_\:\:VERSION"; print 
|"$v=",eval($v); }' DBI DBD::Oracle
| $DBI::VERSION=1.14
| $DBD::Oracle::VERSION=1.06

t.

Reply via email to