使用道具 举报
$ cat a hello
$ cat a.pl #!/usr/bin/perl -w foreach (<>){ print $_; }
$ ./a.pl a hello
本版积分规则 发表回复 回帖后跳转到最后一页