Help for this page

Select Code to Download


  1. or download this
    print "$unitId: Command response: $_" while <$client>;
    
  2. or download this
        ...
        if( $lclient->connected ){
    ...
    
            while( <$lclient> ) {
        ...