The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Goo::Prompter - Prompt the user for info.

SYNOPSIS

use Goo::Prompter;

DESCRIPTION

METHODS

pick_command

pick a command from a list

pick_some

pick more than one answer to a question

pick_one

pick one from the list?

confirm

yes or no? - default to "y"es

insist

ask a question and insist on an answer

ask

ask a question

keep_asking

keep asking the same question

say

say something

show_title

say something on a green background! - this is the goo!

stop

do a die

clear

clear the screen

yell

say something loudly!!!

highlight_options

take a string and highlight any options you find

trace

debugging aid

dump

debugging aid

prompt

prompt for something loudly!!!

notify

say something and pause for a while

get_key

return a single keystroke

ask_with_completion

ask with tab completion - <cntrl d> for a list of possibles

get_response

return a response

ask_for_key

prompt for a single key

AUTHOR

Nigel Hamilton <nigel@turbo10.com>

SEE ALSO