Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Binding keys to events?

by HuckinFappy (Pilgrim)
on Aug 02, 2006 at 13:39 UTC ( #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? | Other CB clients
Other Users?
Others cooling their heels in the Monastery: (5)
As of 2023-06-08 20:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    How often do you go to conferences?






    Results (35 votes). Check out past polls.

    Notices?