分类: Python/Ruby
2011-05-04 23:11:19
windows上的perl软件有两种:Strawberry Perl和ActivePerl
其中Strawberry Perl是完全开源软件,并且支持cpan,而且还包括perldoc, gcc, dmake等命令,我推荐大家安装Strawberry Perl
1.下载,最好选择
2.解压后,把目录考到指定目录,注意路径中不要有空格否则出现错误:
打开README.portable,里面有安装步骤
运行portableshell.bat即可
3.运行
c:\> perl -e "print 'hello world'"
4.cpan安装模块
c:\> cpan Module::Name
5.配置环境变量
1) 添加c:\myperl\perl\site\bin, c:\myperl\perl\bin, c:\myperl\c\bin
到系统变量PATH里
2. 添加变量TERM=dumb