Help for this page

Select Code to Download


  1. or download this
      while(){
        if($cnt % $nr_samples == 0){
    ...
          close OUT;
        }
      }
    
  2. or download this
    
    sub build_index {
    ...
        seek($data_file, $d_offset, 0);
        return scalar(<$data_file>);
    }