in reply to Unix text-mode CB Client
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.use Term::ReadKey; my $message = ReadLine(10); ## timeout of 10 seconds
|
---|