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




"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.


.



Relevant Pages

  • Re: FAQ 8.3 How do I do fancy stuff with the keyboard/screen/mouse?
    ... >> intended to make it easier for perl programmers to find answers to ... >> How you access/control keyboards, screens, and pointing devices ... How do I check whether input is ready on the keyboard? ... "Reply" at the bottom of the article headers. ...
    (comp.lang.perl.misc)
  • Re: FAQ 8.11 How do I decode encrypted password files?
    ... > 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. ... > You spend lots and lots of money on dedicated hardware, ...
    (comp.lang.perl.misc)
  • Re: FAQ 2.15: Archives of comp.lang.perl.misc
    ... > 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 Google search engine now carries archived and searchable newsgroup ...
    (comp.lang.perl.misc)
  • Re: FAQ 4.22 How do I expand function calls in a string?
    ... > 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. ... Do you think it's worthwhile to mention the Interpolation module? ...
    (comp.lang.perl.misc)
  • Re: FAQ 4.49 How do I process/modify each element of an array?
    ... 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. ...
    (comp.lang.perl.misc)