Help for this page

Select Code to Download


  1. or download this
    use strict; $|++;
    
    ...
      print "sysread() got $num bytes:\n[$buffer]\n";
      $text->insert( 'end', $buffer );
    }
    
  2. or download this
    use strict; $|++;
    
    ...
      print "sysread() got $num bytes:\n[$buffer]\n";
      $text->insert( 'end', $buffer, 'red' );
    }
    
  3. or download this
    use japh; print;