perl - NCurses 和 Perl,任何指南?

标签 perl ncurses

就目前而言,这个问题不适合我们的问答形式。我们希望答案得到事实、引用或专业知识的支持,但这个问题可能会引起辩论、争论、投票或扩展讨论。如果您觉得这个问题可以改进并可能重新打开,visit the help center为指导。




8年前关闭。




我需要使用 NCurses 和 Perl。我发现了一些关于它的非常短的文字,但根本没有例子。

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

谢谢!

最佳答案

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.

关于perl - NCurses 和 Perl,任何指南?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2907321/

相关文章:

perl - Parallel::Forkmanager -> 填充来自子进程的数组哈希值的哈希值

regex - 正则表达式中的贪婪运算符在 Tcl 8.5 中不起作用

c++ - Ncurses 窗口不显示任何内容

multithreading - 处理来自 ncurses 的用户输入 getch() 比多线程更好?

ncurses - 如何在 ncurses 中的 mvwprintw 中使用 ANSI 转义码?

r - R 是否有像 Perl 的 qw() 这样的类似引号的操作符?

arrays - Perl:我可以使用模式匹配来查找日志文件中的某些行吗

perl - sysopen 示例不起作用

c - 使用 ncurses 打印宽 unicode 字符

c++ - 在不同平台上处理#include 路径