http://qs1969.pair.com?node_id=480842


in reply to Re: Installing Perl Modules on a PC?
in thread Installing Perl Modules on a PC?

I'd be surprised by this, Term::ReadKey itself does not reference $ENV{TERM} at all and uses a lower level device interface (POSIX termios mostly, but the Console interface on windows) that doesn't need to know what the terminal type is, particularly on Windows where there is no real notion of varying terminal types. I can only assume that you are also using some other module that does care about the terminal type.

Of course if you are convinced of this I would love for you to send me some test code that demonstrates this so I can work out what is going on and fix it.

/J\