Help for this page

Select Code to Download


  1. or download this
    sub PortListener {
    ###########################
    ...
            print "Button clicked"; # or do something useful later
        }
    }
    
  2. or download this
    while(1) { # keep looping for ever
            my $queuedvar =    $go->dequeue; # sleep until something is in
    + the queue
    ...
                    $use_startstop = 0;
                }
            }