teststdin.pl

来自「测试glob的使用」· PL 代码 · 共 5 行

PL
5
字号
use strict;
while(<stdin>){
print "The test is successful.";
}
#If you want to jump out from the while,you should input the number '-1'.

⌨️ 快捷键说明

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