pkgsrc/devel/p5-IO-Prompter/DESCR
obache ec7e407cf1 Import p5-IO-Prompter-0.004003 as devel/p5-IO-Prompter.
PR pkg/47604 by Edgar Fuss.

IO::Prompter exports a single subroutine, C<prompt>, that prints a
prompt (but only if the program's selected input and output streams are
connected to a terminal), then reads some input, then chomps it, and
finally returns an object representing that text.
2013-03-11 13:11:09 +00:00

4 lines
258 B
Text

IO::Prompter exports a single subroutine, C<prompt>, that prints a
prompt (but only if the program's selected input and output streams are
connected to a terminal), then reads some input, then chomps it, and
finally returns an object representing that text.