Help for this page

Select Code to Download


  1. or download this
    use Term::ReadKey;
    use strict; 
    ...
        while (defined ReadKey(-1)) {}; # eats up keys in buffer 
        ReadMode 0;    # set to normal mode
    }