Приглашаем посетить
Гумилев (gumilev.lit-info.ru)

[Chapter 8] 8.140 Term::ReadLine

PreviousChapter 8
Standard Modules
Next
 

8.140 Term::ReadLine

Front-end to other ReadLine packages. Currently interfaces to Term-ReadLine, which is available on CPAN. Defines the variables $IN and $OUT, which return the filehandles for input and output, respectively, or undef if Readline input and output cannot be used for Perl. Provides the following methods:


PreviousHomeNext
8.139 Term::CompleteBook Index8.141 Test