http://www.activestate.com/activeperl/downloads

安装的时候,默认把perl放置到环境变量的PATH中

之后,需要重启电脑,确保环境变量生效

执行perl -version来查看perl的版本

C:\Users\Administrator>perl -version

This is perl 5, version 22, subversion 1 (v5.22.1) built for MSWin32-x64-multi-t
hread
(with 1 registered patch, see perl -V for more detail)

Copyright 1987-2015, Larry Wall

Binary build 2201 [299574] provided by ActiveState http://www.ActiveState.com
Built Jan 4 2016 12:12:58

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.

最新文章

  1. 网站实现微信登录之回调函数中登录逻辑的处理--基于yii2开发的描述
  2. 使用LinkedList模拟一个堆栈或者队列数据结构
  3. standford工具-parser
  4. 通过LINQ表达式树动态构建查询条件
  5. DBA_Tablespace表空间的概念和管控(概念)
  6. Android--Fragment的懒加载
  7. 基于.NET平台常用的框架和开源程序整理
  8. Java CompletableFuture 详解
  9. 设置,获取和删除Cookies
  10. tomcat 工作原理
  11. 关于golang.org/x包问题
  12. CSS面试题
  13. 跑 vue 项目
  14. Access、SQLServer、Oracle常见SQL语句应用区别
  15. 002.Postfix空客户端配置
  16. 导致线程死锁容易忽略的一点 SendMessage
  17. POJ 1637 Sightseeing tour (SAP | Dinic 混合欧拉图的判断)
  18. Spark Structured Stream 2
  19. viedo formats vs file formats
  20. activemq 实战二 连接到ActiveMQ-Connecting to ActiveMQ

热门文章

  1. 【Oracle】 手工建库
  2. jQuery顺序加载图片(终版)
  3. 使用NDK编译VTK
  4. 在 Laravel 应用中使用 pjax 进行页面加速
  5. Functor and Monad in Swift
  6. python tips:匿名函数lambda
  7. 切换原生appium里面H5页面
  8. html第四节课
  9. 洛谷P1781 宇宙总统【排序+字符串】
  10. 一键安装LNMP(适合centos7)