Help for this page

Select Code to Download


  1. or download this
    #! /usr/bin/perl -w
    
    ...
            threads->create(\&handle_connection, $socket, $arduino );
        }
    }
    
  2. or download this
    #! /usr/bin/perl -w
    
    ...
    writelog( "client:" . $localport . "[serverAnswer]: \"$line\"" );