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

📄 glob.t

📁 早期freebsd实现
💻 T
字号:
#!./perl# $Header: glob.t,v 4.0 91/03/20 01:52:49 lwall Locked $print "1..4\n";@ops = <op/*>;$list = join(' ',@ops);chop($otherway = `echo op/*`);print $list eq $otherway ? "ok 1\n" : "not ok 1\n$list\n$otherway\n";print $/ eq "\n" ? "ok 2\n" : "not ok 2\n";while (<jskdfjskdfj* op/* jskdjfjkosvk*>) {    $not = "not " unless $_ eq shift @ops;    $not = "not at all " if $/ eq "\0";}print "${not}ok 3\n";print $/ eq "\n" ? "ok 4\n" : "not ok 4\n";

⌨️ 快捷键说明

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