Help for this page

Select Code to Download


  1. or download this
    my $key = ReadKey(-1);
    next unless defined $key;  #next or return depending on your code stru
    +cture
    ...
       $callback->($key);
       }
    else { beep(); }  #no such key is meaningful here