文件测试操作if (-w -r $file)
时间:2011-06-09
来源:互联网
- #!/usr/local/bin/perl
- chomp($file=<STDIN>);
- if (-r $file and -W _)
- {
- print "$file is both read and write\n";
- }
-
- if (-w -r $file)
- {
- print "$file is both read and write (new)\n";
- }
-
- use 5.010;
- if (-w -r $file)
- {
- print "$file is both read and write (new1)\n";
- }
/etc/fstab
/etc/fstab is both read and write
/etc/fstab is both read and write (new)
/etc/fstab is both read and write (new1)
我发现好像不加use 5.010;也可以啊,但是小骆驼说是5.010的新特性啊。谁知道怎么回事?
作者: linuxboy823 发布时间: 2011-06-09
你没试试不加 use 5.010; 也可以用 ~~ ?加上 feature 这个 pragma 是为了怕和老代码冲突,而 operator 根本不可能冲突,因为以前是语法错误
作者: zhlong8 发布时间: 2011-06-09
相关阅读 更多
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28