📄 filecache.t
字号:
#!./perlBEGIN { chdir 't' if -d 't'; @INC = '../lib';}print "1..1\n";use FileCache;# This is really not a complete test as I don't bother to open enough# files to make real swapping of open filedescriptor happen.$path = "foo";cacheout $path;print $path "\n";close $path;print "not " unless -f $path;print "ok 1\n";unlink $path;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -