Help for this page

Select Code to Download


  1. or download this
    my $bytes_written = syswrite($self->socket, $data, length $data);
    
  2. or download this
    my $string = "\x{263a}\x{263a}\x{263a}";
    
    ...
    
    syswrite(STDOUT, "\n", 1);
    syswrite(STDOUT, $string, length $string);