http://www.perlmonks.org?node_id=130699

krishjack has asked for the wisdom of the Perl Monks concerning the following question:

Hai i am just new to perl. I installed activestate. I am trying to run one example from a book. The example uses DBI for getting the available drivers and connecting to a database. When i run the *.pl file from the browser, i am getting the error as:

Can't locate DBI.PM in @INC (@INC contains: C:/Perl/lib C:/Perl/site/lib .) at c:/apache/cgi-bin/sql_get.pl.

So after that i tried to install DBI.PM using PPM. It's then saying that it could'nt find the path for the PPD. can anyone guide me in this aspect.

I am using apache as my webserver to run my *.pl

Thx in advance.
jagan