I am trying to install a missing Perl module (Palm::PDB) in Windows 7.
I have tried the following:
Using Perl Package Manager: unfortunately it does not seem to find the module I want.
Starting a CPAN shell in Windows using the command prompt: unfortunately it shows the following error. I have installed MinGW and also have set the path.
D:\Scripts>perl -MCPAN -e 'shell' install Palm::PDB It looks like you don't have a C compiler and make utility installed. Trying to install dmake and the MinGW gcc compiler using the Perl Package Manager. This may take a few minutes... ppm.bat install failed: Can't find any package that provides MinGW It looks like the installation of dmake and MinGW has failed. You will not be able to run Makefile commands or compile C extension code. Please check your internet connection and your proxy settings!
Is there any other easy way to install Perl modules on Windows?