NCurses 和 Perl,有什么指南吗?

发布于 2024-09-02 12:22:24 字数 91 浏览 2 评论 0原文

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

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

谢谢!

I need to use NCurses, with Perl. I found some very short bits of text about it but no example at all.

Is there anyone aware of any existing guide online?

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一花一树开 2024-09-09 12:22:24

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

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

示例来自 tldp.org 的是:

http://tldp.org/HOWTO/NCURSES-编程-HOWTO/ncurses_programs/perl/

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

关于使用诅咒的一个很好的例子
对于 Perl,你可能想要选择一个
Steven L Kunz 的* perl 的副本
菜单''包(
menu.pl'')通过
匿名 FTP 来自
“ftp.iastate.edu”。它位于
目录 /pub/perl 为:
menu.pl.v3.1.tar.Z

另一种可能性是使用 Henk
Penning 的 cterm 包,一个诅咒
用 perl 编写的仿真库。
cterm实际上是一个单独的程序
您通过管道与之通信。
可从 ftp.cs.ruu.nl 获取
[131.211.80.17] 通过匿名 ftp。在
目录 pub/PERL。

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

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

The examples from tldp.org are:

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

Also, from 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文