| [reply] [d/l] |
You haven't given us much to work on, but my first guess would be that you don't have make. I believe you can get one from either ActiveState or from Microsoft.
I almost didn't post because I don't have links to either company's site (therefore it's not a complete post), but this should get you going.
--t. alex
"Here's the chocolates, and here's the flowers. Now how 'bout it, widder hen, will ya marry me?" --Foghorn Leghorn
| [reply] [d/l] |
| [reply] |
| [reply] |
| [reply] |
If you don't want to install make and have ActiveState Perl, open the command line and type ppm. This is the Perl Package Manager. This will allow you to seach the ActiveState archive of modules and install any of them. for DBI, just type install DBI. If you want to see all of the DBI releated things to install, type search DBI.
Once ppm has installed the modules, you can start using them on your machine without the need to use make or other gnu tools. While this makes life eaiser, ActiveState doesn't keep the ppm archive on the cutting edge. I've found many version of modules to be behind CPAN. | [reply] [d/l] [select] |