Re: FAQ 8.3 How do I do fancy stuff with the keyboard/screen/mouse?
- From: "Tintin" <tintin@xxxxxxxxxxxxxxx>
- Date: Fri, 30 Dec 2005 20:15:52 +1300
"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.
.
- Follow-Ups:
- Re: FAQ 8.3 How do I do fancy stuff with the keyboard/screen/mouse?
- From: brian d foy
- Re: FAQ 8.3 How do I do fancy stuff with the keyboard/screen/mouse?
- From: Anno Siegel
- Re: FAQ 8.3 How do I do fancy stuff with the keyboard/screen/mouse?
- References:
- FAQ 8.3 How do I do fancy stuff with the keyboard/screen/mouse?
- From: PerlFAQ Server
- FAQ 8.3 How do I do fancy stuff with the keyboard/screen/mouse?
- Prev by Date: FAQ 8.3 How do I do fancy stuff with the keyboard/screen/mouse?
- Next by Date: Re: Is any diffrence in...?
- Previous by thread: FAQ 8.3 How do I do fancy stuff with the keyboard/screen/mouse?
- Next by thread: Re: FAQ 8.3 How do I do fancy stuff with the keyboard/screen/mouse?
- Index(es):
Relevant Pages
|