Text GUI with Perl

  • Thread starter Thorsten Gottschalk
  • Start date
T

Thorsten Gottschalk

Hi all,

I search a module for doing easy text dialogs with perl.
I tried to find something in CPAN, but I only find curses or something similar.
But curses is to complex for that I want to do.
I only need very basic dialoges like that tool dialog under Linux can provide.
Is there an interface or module for that?

Remeber I need no colors, no mouse, only text.

Thanks.

Bye
Thorsten
 
T

Tulan W. Hu

T

Thorsten Gottschalk

Thanks Kevin, this is also my question?
I know TK. But so far I understand TK, this is a full window widget
with support of graphic and mouse.
And this is NOT what I need.
I only need a rudimentary text menu or grafik, because the script will be
executed over serial terminal or ssh/telnet. So no X windows support.
Please give me any help.

Thanks

Bye
Thorsten
 
K

Kevin Collins

(e-mail address removed) (Thorsten Gottschalk) wrote in message
news:<[email protected]>...
[snip top post]

Please don't top post...

[relocated top post]
Thanks Kevin, this is also my question?
I know TK. But so far I understand TK, this is a full window widget
with support of graphic and mouse.
And this is NOT what I need.
I only need a rudimentary text menu or grafik, because the script will be
executed over serial terminal or ssh/telnet. So no X windows support.
Please give me any help.

I quick CPAN search for "prompt" turned up the module Term::prompt, which may
have some promise for you. The URL is:

http://search.cpan.org/~persicom/Term-Prompt-1.01/lib/Term/Prompt.pm

Additionally, I browsed the the search results for "term" and found
Term::Interact here:

http://search.cpan.org/~prl/Term-Interact-0.44/Interact.pm

Hope these help...

Kevin
 
B

Ben Morrow

Quoth (e-mail address removed) (Thorsten Gottschalk):
Hi all,

I search a module for doing easy text dialogs with perl.
I tried to find something in CPAN, but I only find curses or something similar.
But curses is to complex for that I want to do.
I only need very basic dialoges like that tool dialog under Linux can provide.
Is there an interface or module for that?

Remeber I need no colors, no mouse, only text.

UI::Dialog is an interface to the many variants of 'dialog' that are
available, including [xkg]dialog as well as the original console-based
program.

Curses::UI is a module built on top of Curses which lets you create
simple dialogs.

Ben
 
K

Kevin Collins

Quoth (e-mail address removed) (Thorsten Gottschalk):
Hi all,

I search a module for doing easy text dialogs with perl.
I tried to find something in CPAN, but I only find curses or something similar.
But curses is to complex for that I want to do.
I only need very basic dialoges like that tool dialog under Linux can provide.
Is there an interface or module for that?

Remeber I need no colors, no mouse, only text.

UI::Dialog is an interface to the many variants of 'dialog' that are
available, including [xkg]dialog as well as the original console-based
program.

Curses::UI is a module built on top of Curses which lets you create
simple dialogs.

Maybe I read this wrong, but I assumed the OP was wanting a module to use
because he didn't have dialog. I could very well be wrong, but that is why I
did not mention UI::Dialog.

Kevin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,269
Messages
2,571,100
Members
48,773
Latest member
Kaybee

Latest Threads

Top