From: "Carlos Lopes" <[EMAIL PROTECTED]>
> i've unistalled ActivePerl 5.6 and installed ActivePerl 5.8 Build 806
> because i've seen on activestate.com that DBI module is already
> included on version 5.8, but seems to me that DBI isn't included since
> i've got the same problem saying:
> 
> Can't locate DBI.pm in @INC.
> 
> What's the problem ?

DBI is NOT part of the default instalation. But it can easily be 
installed. Start the Command Prompt and run

        c:\> ppm
        ppm> search ^DBI$
        ppm> install 1
        ppm> search DBD::ODBC
        ppm> install 1

Jenda

===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed 
to get drunk and croon as much as they like.
        -- Terry Pratchett in Sourcery

_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to