Re: FAQ 8.3 How do I do fancy stuff with the keyboard/screen/mouse?



Tintin <tintin@xxxxxxxxxxxxxxx> wrote in comp.lang.perl.misc:
>
> "PerlFAQ Server" <comdog@xxxxxxxx> wrote in message
> news:dp2f25$jie$1@xxxxxxxxxxxxxxxxxxxx
> > This message is one of several periodic postings to comp.lang.perl.misc
> > intended to make it easier for perl programmers to find answers to
> > common questions. The core of this message represents an excerpt
> > from the documentation provided with Perl.
> >
> > --------------------------------------------------------------------
> >
> > 8.3: How do I do fancy stuff with the keyboard/screen/mouse?
> >
> > How you access/control keyboards, screens, and pointing devices
> ("mice")
> > is system-dependent. Try the following modules:
> >
> > Keyboard
> > Term::Cap Standard perl distribution
> > Term::ReadKey CPAN
> > Term::ReadLine::Gnu CPAN
> > Term::ReadLine::Perl CPAN
> > Term::Screen CPAN
> >
> > Screen
> > Term::Cap Standard perl distribution
> > Curses CPAN
> > Term::ANSIColor CPAN
> >
> > Mouse
> > Tk CPAN
> >
> > Some of these specific cases are shown below.
>
> There's nothing shown below.

"Below" means further down in perlfaq8, in

How do I print something out in color?

How do I read just one key without waiting for a return key?

How do I check whether input is ready on the keyboard?

etc.

Anno
--
If you want to post a followup via groups.google.com, don't use
the broken "Reply" link at the bottom of the article. Click on
"show options" at the top of the article, then click on the
"Reply" at the bottom of the article headers.
.