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