On Wed, 26 Jun 2002 09:32:57 -0700, Alan Hogue wrote:

>I'm using:
>
>Perl 5.6.1 on Windows 2000
....

>I seem to be able to connect okay to the database, but when I do I get a
>wall of text stating things like:
>
>"Subroutine DBI::st::EXISTS redefined at C:/Perl/site/lib/DBI.pm line
>382 (#1)".

Could it be that DBI egts loaded twice? Have you, by accident, mistyped
the case of a module? Like:

        use DBi;

for example?

-- 
        Bart.

Reply via email to