windows 上安装perl手册

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.解压后,把目录考到指定目录,注意路径中不要有空格否则出现错误:

 


  1. dmake: Error: -- Configuration file "D:\Program Files (x86)\perl\c\startup\startup.mk" not found 

打开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

 

windows 上安装perl手册

 




     本文转自yifangyou 51CTO博客,原文链接:http://blog.51cto.com/yifangyou/608496,如需转载请自行联系原作者

上一篇:spring bean的加载


下一篇:前后端分离开发入门