Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: ReadLineChapter 8
Standard Modules
Next: 8.140 Term::ReadLine
 

readline

$term->readline(prompt)

Prompts for input line and gets the result. Removes trailing newline and returns undef at end-of-file.


Previous: Reference: ReadLinePerl in a NutshellNext: 8.140 Term::ReadLine
Reference: ReadLineBook Index8.140 Term::ReadLine