On Wed, Jun 09, 2004 at 05:52:28PM +0200, [EMAIL PROTECTED] wrote:
> 
> Hi David,
> 
> >How do I check the version of DBI and DBD modules in
> >my perl environment?
> 
> this will show you your version numbers:
> 
>   perl -mDBD::Oracle -e'print"DBI: $DBI::VERSION\nDBD:
> $DBD::Oracle::VERSION\n"'

An with recent DBI's you can do

        perl -MDBI -e 'DBI->installed_versions'

> >Also, can anyone point me to the place where bug fixes
> >for various releases are kept?
> 
> Usually at 'www.cpan.org' you'll find the latest stable versions.

True, though search.cpan.com provides a much better interface.

Tim.

Reply via email to