查看网站首页
查看网站首页
查看 sitemap.xml
✏️ 正在编辑: sense.pm
路径:
/lib64/perl5/vendor_perl/common/sense.pm
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
package common::sense; our $VERSION = 3.74; # overload should be included sub import { local $^W; # work around perl 5.16 spewing out warnings for next statement # use warnings ${^WARNING_BITS} ^= ${^WARNING_BITS} ^ "\x0c\x3f\x33\x00\x0f\xf0\x0f\xc0\xf0\xfc\x33\x00\x00\x00\x0c\x00\x00"; # use strict, use utf8; use feature; $^H |= 0x1c820fc0; @^H{qw(feature_fc feature_state feature___SUB__ feature_evalbytes feature_say feature_unicode feature_switch)} = (1) x 7; } 1
💾 保存文件
← 返回文件管理器