我正在尝试在 Windows 7中安装缺少的 Perl 模块 ( Palm::PDB )。
我尝试了以下方法:
使用 Perl 包管理器:不幸的是,它似乎没有找到我想要的模块。
使用命令提示符在 Windows 中启动 CPAN shell:不幸的是,它显示以下错误。我已经安装了 MinGW 并且还设置了路径。
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!
有没有其他简单的方法可以在 Windows 上安装 Perl 模块?