in reply to Re: about input "up arrow" by keyboard
in thread about input "up arrow" by keyboard

Thank you very much for your help. I am doing perl programming on windows 98. And I want to read an up-arrow from STDIN, keyboard I mean. Thanks again. oops
  • Comment on Re: Re: about input "up arrow" by keyboard

Replies are listed 'Best First'.
Re: Re: Re: about input "up arrow" by keyboard
by John M. Dlugosz (Monsignor) on Jan 09, 2003 at 04:57 UTC
    OK, check out the Win32::Console module for native access. It includes "complete processing of keyboard and mouse events".

    Skimming the module docs, I see the Input and InputChar functions.