Help for this page

Select Code to Download


  1. or download this
    while ( $ChecksumLoopCounter < $Size ) {
        unless ( sysread ( $FileHandle, $BufferByte, 1) == 1 ) {
    ...
    }
    close $FileHandle ;
    return $Checksum;
    
  2. or download this
    use integer;
    
    ...
    }
    close $FileHandle ;
    return $Checksum & 0xffff;