Help for this page

Select Code to Download


  1. or download this
    while (sysread(INDEX, $index_data, 65536)) {
      # so zip round it until we hit a byte with any bit
    ...
      }
    }
    
  2. or download this
        next unless ord(substr($index_data,$z,1));
    
  3. or download this
        next unless substr($index_data,$z,1);