Perl 基于 Windows 环境 搭建

1. 下载Perl 的安装包 ActivePerl.

2. 运行安装文件.

3. 创建一个perl 脚本文件,执行语句.

c:\Perl\bin>perl.exe e:\David\PerlTemp
Hello World
.

4. 如正常执行,则Perl在windows下安装成功.

5. 将Perl 加为环境变量.

- Make people around you successful is the biggest contribution to ourselves. -

原文地址:https://www.cnblogs.com/zencorn/p/2181426.html