in reply to Re^2: ReadLine Non-Blocking not supported
in thread ReadLine Non-Blocking not supported

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
  • Comment on Re^3: ReadLine Non-Blocking not supported