简体   繁体   中英

PERL 5.8.4 Installing DBI Module

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM