07noimport.t
来自「source of perl for linux application,」· T 代码 · 共 27 行
T
27 行
#!./perl -wBEGIN { chdir 't'; @INC = '../lib';}require './test.pl';plan( tests => 1 );# Try using FileCache without importing to make sure everything's # initialized without it.{ package Y; use FileCache (); my $file = 'foo'; END { unlink $file } FileCache::cacheout($file); print $file "bar"; close $file; FileCache::cacheout("<", $file); ::ok( <$file> eq "bar" ); close $file;}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?