Perl in a Nutshell

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

new

$term = new Term::ReadLine 'name'

Constructor. Returns the handle for subsequent calls to other ReadLine methods. Argument name is the name of the application. Optionally can be followed by two arguments that are globs specifying input and output filehandles.


Previous: 8.140 Term::ReadLinePerl in a NutshellNext: Reference: addhistory
8.140 Term::ReadLineBook IndexReference: addhistory