码迷,mamicode.com
首页 > 其他好文 > 详细

perl的安装

时间:2016-05-31 14:02:09      阅读:143      评论:0      收藏:0      [点我收藏+]

标签:

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.

 

perl的安装

标签:

原文地址:http://www.cnblogs.com/chucklu/p/5545420.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!