WindowsXP 下安装Perlcpan模块

    技术2022-05-11  83

     1、从 www.cpan.org 搜索你所需要的模块,下载下来,一般是gz,或者tgz格式

    2、用winRAR之类解压缩软件接压缩

    3、进入COMMAN模式,进入到刚才解压缩的文件夹下,含有“Makefile.PL”文件的目录下:

    依次运行:

            perl Makefile.PL        nmake        nmake test        nmake install

    安装就完成了.

    我的系统是Windows XP, 安装的是ActivePerl-5.8.8.817-MSWin32-x86-257965.msi

    具体的平台安装方法可参考cpan官方说明:http://www.cpan.org/modules/INSTALL.html


    最新回复(0)