use Term::ReadKey;


ReadMode 'cbreak';
$key = ReadKey(0);
ReadMode 'normal';


At 09:34 AM 1/22/04 +0200, you wrote:
hello all,
do any one of you know how can i capture f1 and f2 keypresses, and responding to them instantly without pressing enter ??


thanks

Reply via email to