|
|
| Problems? Is your data what you think it is? | |
| PerlMonks |
Re: Unix text-mode CB Clientby btrott (Parson) |
| on May 24, 2001 at 07:51 UTC ( [id://82843]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
Another way to implement a timeout on a user input read (that
is what you're doing, right?) is to use Term::ReadKey
and its ReadLine method (or ReadKey, but here you want to read a line, so...).
This manages all of the timeout issues for you. Although it may not do so in a way that suits you, who knows. And you may already have tried it, even. Anyway.
In Section
Craft
|
|
||||||||||||||||||||||||