|
|
| There's more than one way to do things | |
| PerlMonks |
Re: Ask for STDIN but don't pause for itby Kc12349 (Monk) |
| on Sep 26, 2011 at 20:56 UTC ( #927947=note: print w/ replies, xml ) | Need Help?? |
|
You might take a look at a terminal module like Term::ReadKey to get started. I would run a loop, timer, or event architecture to periodically check for input and react accordingly. Should you want to go down the event route, AnyEvent bills itself as the DBI of event processing and is a good place to start.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||