The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Term::ReadLine::Perl5::Dumb

DESCRIPTION

A non-OO package for dumb terminals similar to GNU's readline. The preferred OO Package is Term::ReadLine::Perl5.

Since Term::ReadLine::Perl5::readline currently has global state, when more than one interface is created, we fallback to this code.

SUBROUTINES

readline

readline($prompt, [$in, [$out]])

A version readline for a dumb terminal, that is one that doesn't have many terminal editing capabilities. $prompt is the prompt to display; optional arguments $in and $out specify input and output file handles. STDIN and STDOUT are used when the corresponding file handles are not given.

SEE ALSO

Term::ReadLine::Perl5