Help for this page

Select Code to Download


  1. or download this
    while ($bytes_read) {
        my $buf;
        $bytes_read = sysread($out, $buf, $blocksize);
        ...