-=记录我与java的点滴=-

友情博客

搜索

最新评论

RSS

我的 Blog:
walking 最新的 20 条日志
[工]
[忆]
[品]
[曲]
全站 Blog:
全站最新的 20 条日志

Perl is perfect!

@args=("ls","-alt");
open(FH, "@args |");
while (<FH>) {
print "$-" ;
}
close(FH);

what can we see?
!
A command 'ls -alt' was executed!

作者:Rick 发表时间:2005-11-14  [所属栏目:] | [返回首页]
日志-1  每页显示-1 

评论(共 条) 我要评论
{CommentTime} | {CommentAuthor} {CommentUrl}
{CommentContent}