Help for this page

Select Code to Download


  1. or download this
    seek($fh, $bytes_in, SEEK_SET)
       or die($!);
    ...
       print($buffer);
       $to_read -= $bytes;
    }