blob: 0e80501dc247448d5463d36c2d78a648dc6a5d0b (
plain) (
blame)
1
2
3
4
|
IO::Prompter exports a single subroutine, 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.
|