Help for this page

Select Code to Download


  1. or download this
    
    sub Main {
    ...
    
        return;
    } ## end sub Main
    
  2. or download this
    my $message =  { newserialport  => [qw/ COM6 baudrate 11 ... /] } ;
    $qin->push( $message );
    
  3. or download this
    sub mechtitles {
        my( $qin, $qout ) = @_;
    ...
        ...
        $qout->push( { frobnicatetextdisplay => [ ... $data ... ] );
    }