Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Binding keys to events?

by HuckinFappy (Pilgrim)
on Aug 02, 2006 at 13:39 UTC ( [id://565225]=note: print w/replies, xml ) Need Help??


in reply to Binding keys to events?

Use IO::Prompt
( my $_prompt = <<END_OF_PROMPT ) =~ s/^\s+?\|//gm; | You have encountered a Gru, what would you like to do? | Do you want to: | [1] Run away | [2] Fight | [3] Try to talk your way out of this | [4] Apply salt to your leg and let him eat you | [q] Quit | Please choose [ 1-4,Q ]: END_OF_PROMPT my $_response = prompt $_prompt, -one_char, -require => { "Must be one of 1-4 or 'Q'\n$_prompt" => qr/[1-4q]/smix };

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://565225]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (9)
As of 2024-04-18 17:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found