perl声明版本

perl -v 显示版本是5.10 也就是5.010,如果想用5.010其中的say state ,为什么脚本上必须use 5.010

因为就算你电脑上的perl版本再高,有些新特性perl也不会默认加载,你必须要指定版本号才行
feature模块里面有记录,你可以去看看
![MI@7R$8YNL%`SE0I]GZ4HIB.png](https://upload-images.jianshu.io/upload_images/11499122-958ede186fee16cc.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

_TQ~2`7}9(0(PSKJW~P`_WU.png

这是feature模块文件内部的前几行内容

你可能感兴趣的:(perl声明版本)