I am working on Perl "This is perl, v5.8.4 built for Win32" version. How to install DBI Module in it ? I couldnt find any ppm.bat unlike Perl 5.12.3 .
Use CPAN
module/command-line utility to interface to CPAN repository of modules. Building and installing DBI
will require having compiler on your system though. This could be not a problem if you got it along with your Perl, that seems to be not ActiveState distribution, but also might prove to be even more difficult if you're don't have it and not familiar with installing dev-tools on Win32.
For a start just try cpan -i DBI
in command line.
If you somehow don't have access to shell/command startup file, you can also run CPAN
module in interactive mode and install DBI
from there:
perl -MCPAN -e shell
install DBI
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With