in reply to
Re: ReadLine Non-Blocking not supported
in thread
ReadLine Non-Blocking not supported
Aaaa , is there a way around it, another module that is supported ?
Comment on
Re^2: ReadLine Non-Blocking not supported
Replies are listed 'Best First'.
Re^3: ReadLine Non-Blocking not supported
by
Akhasha
(Scribe)
on Feb 13, 2006 at 20:23 UTC
AFAIK this is a limitation of Windows, select() works only on sockets not disk files. All I can suggest is that you write your own nonblocking approximation of readline using
Term::ReadKey
[reply]
In Section
Seekers of Perl Wisdom