Not only is ActiveState's Perl interpreter an option, you could download
Cygwin and have a UNIX interface with Perl to run on top of Windows.  I've
never tried it, but those I know who have love it.
If you go with ActiveState, download DBI and the appropriate DBD drivers
for the databases you will connect with using PPM.  If you use Cygwin, you
can download the modules using CPAN

perl -MCPAN -e "install 'Some::Module'" 

and follow the directions.  You also need the latest gcc compiler
installed... I don't know off-hand if Cygwin provides that (I'm almost
sure it does).

You can get Cygwin from http://sourceware.cygnus.com/cygwin

Good Luck
--Curt

On Thu, 29 Mar 2001, Rajan Sharma wrote:

> i have windows 98 SE at home. and i wondered how would i install DBI module 
> and get started with it.
> 
> Thanks
> Rajan
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com
> 
> 

Reply via email to