Help for this page

Select Code to Download


  1. or download this
    use Term::ReadKey;
    use Time::HiRes qw(time);
    ...
        }
        print "\n\n";
    }
    
  2. or download this
    while ( (not defined ($key = ReadKey( -1 ) ) ) and (time < $wait_until
    +) ) 
    {
    }