in reply to How to ReadKey on those weird ones...
The following code tested under linux. If you are using another platform, be sure to RTM first.
Note also that if you run this code, you will have to kill the process remotely. If that doesn't make any sense, change ReadMode before you run it.
use strict; use Term::ReadKey; ReadMode 5; while (my $key = ReadKey(0)){ print ord($key) } ReadMode 0;
update: have you tried rebuilding and/or reinstalling Term::ReadKey? It is a very important module, I would focus on getting it to work instead of replacing it.
Is it any call to ReadMode that crashes?
If you install via perl -MCPAN -e'shell' then it will do a number of tests as it installs.
Paris Sinclair | 4a75737420416e6f74686572 pariss@efn.org | 205065726c204861636b6572 I wear my Geek Code on my finger.
|
|---|