Help for this page

Select Code to Download


  1. or download this
    use Glib;
    use Term::ReadKey;
    ...
                }
              }
    }
    
  2. or download this
    my $Qstdin = new Thread::Queue;
    async {
    ...
    ...
    
    my $kbinput = $Qstdin->dequeue;