windows上有两种perl软件:Strawberry Perl和ActivePerl, 其中Strawberry Perl是完全开源软件,并且支持cpan,而且还包括perldoc, gcc, dmake等命令。
这里推荐大家安装 Strawberry Perl。
1.下载,最好选择 strawberry-perl-5.12.2.0-portable.zip
http://strawberryperl.com/releases.html
2.解压后,把目录考到指定目录,注意路径中不要有空格否则出现错误:
dmake: Error: -- Configuration file "D:Program Files (x86)perlcstartupstartup.mk" not found
打开README.portable,里面有安装步骤
运行portableshell.bat即可
3.运行
4.cpan安装模块
5.配置环境变量
1) 添加c:myperlperlsitebin, c:myperlperlbin, c:myperlcbin
到系统变量PATH里
2. 添加变量TERM=dumb