Help for this page

Select Code to Download


  1. or download this
    sub read_bytes {
       my ($fh, $to_read) = @_;
    ...
       }
       return $buf;
    }