摘要: 具体的请根据个人需要修改代码。 #!/usr/local/bin/perl5 use warnings; use strict; use Fcntl; use Term::Cap; use Parallel::ForkManager; #============================== # for terminal control #============================== my $termios = new POSIX::Termios; my $terminal = Term::Cap->Tge... 阅读全文
posted @ 2013-05-11 00:39 墨迹哥's 阅读(433) 评论(0) 推荐(0) 编辑