ec7e407cf1
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.
4 lines
258 B
Text
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.
|