⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 05override.t

📁 source of perl for linux application,
💻 T
字号:
#!./perlBEGIN {    use FileCache;    chdir 't' if -d 't';    #For tests within the perl distribution    @INC = '../lib' if -d '../lib';    END;}END{  unlink("Foo_Bar");}print "1..1\n";{# Test 5: that close is overridden properly within the caller     cacheout local $_ = "Foo_Bar";     print $_ "Hello World\n";     close($_);     print 'not ' if fileno($_);     print "ok 1\n";}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -