NCurses和Perl,任何指南?

我需要用Perl来使用NCurses.我发现一些非常短的文本,但没有任何例子.

有没有人知道现有的在线指南?

谢谢!

解决方法

http://metacpan.org/pod/Curses::UI::Tutorial

http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/

来自tldp.org的示例是:

http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/ncurses_programs/perl/

另外,从http://www.perl.com/doc/FAQs/FAQ/oldfaq-html/Q3.8.html

For a good example of using curses
with Perl,you might want to pick up a
copy of Steven L Kunz’s* perl
menus'' package (
menu.pl”) via
anonymous FTP from
“ftp.iastate.edu”. It’s in the
directory /pub/perl as:
menu.pl.v3.1.tar.Z

Another possibility is to use Henk Penning’s cterm package,a curses emulation library written in perl. cterm is actually a separate program with which you communicate via a pipe. It is available from ftp.cs.ruu.nl [131.211.80.17] via anonymous ftp. in the directory pub/PERL.

相关文章

1. 如何去重 #!/usr/bin/perl use strict; my %hash; while(...
最近写了一个perl脚本,实现的功能是将表格中其中两列的数据...
表的数据字典格式如下:如果手动写MySQL建表语句,确认麻烦,...
巡检类工作经常会出具日报,最近在原有日报的基础上又新增了...
在实际生产环境中,常常需要从后台日志中截取报文,报文的形...
最近写的一个perl程序,通过关键词匹配统计其出现的频率,让...