in reply to Installing DBI Module

I was successful five minutes ago with the following:

c:\>ppm ppm>install DBI
ppm>install DBM-SQLite
ppm>install DBD-SQLite ppm>exit c:\>perl -MDBI -e "1;"

There were a lot of progress info and success messages in response to each 'install' command. And the 'perl -MDBI...' line is only there to check that the DBI module installed. Basically it was that easy.

Update: Corrected typo: s/DBM/DBD/. Thanks Anon.


Dave

Replies are listed 'Best First'.
Re: Re: Installing DBI Module
by Evyn (Novice) on Dec 24, 2003 at 07:49 UTC
    I only get errors when running ppm install...
Re: Re: Installing DBI Module
by Anonymous Monk on Dec 24, 2003 at 08:08 UTC
    DBM-SQLite does not exist ;)
      ... good thing I wasn't trying to install DBM-SQLite ... :-)