![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re^2: Installing Perl Modules on a PC?by gellyfish (Monsignor) |
on Aug 04, 2005 at 14:23 UTC ( #480842=note: print w/replies, xml ) | Need Help?? |
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\
In Section
Seekers of Perl Wisdom
|
|