pkgsrc/devel/p5-IO-Prompt/DESCR
abs be20205d86 Added devel/p5-IO-Prompt-0.99.4
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.
2006-06-07 12:00:59 +00:00

7 lines
325 B
Text

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.