functions.t
来自「source of perl for linux application,」· T 代码 · 共 11 行
T
11 行
#!/usr/bin/perl -wuse Test;use File::Spec::Functions qw/:ALL/;plan tests => 2;ok catfile('a','b','c'), File::Spec->catfile('a','b','c');# seems to return 0 or 1, so see if we can call it - 2003-07-07 telsok case_tolerant(), '/^0|1$/';
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?