时间:2021-05-22
工作需要开始学Perl,下载个Window版(5.16)的: 下载链接
http://pilation aborted at FindFile.pl line 4.
看提示,像没有安装该包,安装了下该包,结果果然没报这种错误:
复制代码 代码如下:
C:\Perl\Learn>cpanm Path::Class
Set up gcc environment - 3.4.5 (mingw-vista special r3)
--> Working on Path::Class
Fetching http://www.cpan.org/authors/id/K/KW/KWILLIAMS/Path-Class-0.33.tar.gz ..
. OK
Configuring Path-Class-0.33 ... OK
Building and testing Path-Class-0.33 ... OK
Successfully installed Path-Class-0.33
1 distribution installed
完~
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
同其他大多数编程语言一样,Perl中的单行注释也是#开头,例如:复制代码代码如下:#print"Hello,World!";但多行注释,不同的语言有不同的注释方
如下所示:#方法一:%a="hello"b="world!"print("你好,%s%s"%(a,b))#方法二:fa="hello"b="world!"pri
输出用print加上字符串,就可以向屏幕上输出指定的文字。比如输出'hello,world',用代码实现如下:>>>print'hello,world'prin
复制代码代码如下:Hello,World]]>AllRightsReserved]]>
vara=['hello','world'];console.log(typeofa);//objectconsole.log(a.toString());//