Files
pkgsrc-ng/devel/p5-IO-Prompt/DESCR
2013-09-26 17:14:40 +02:00

8 lines
325 B
Plaintext

By default, this module exports a single function: prompt(). It
prompts the user to enter some input, and returns an object that
represents the user input.
You may specify various flags to the function to affect its behaviour;
most notably, it defaults to automatically chomp the input, unless
the -line flag is specified.