Help for this page

Select Code to Download


  1. or download this
    sub checksum {
        my $s = shift;
    ...
            or croak("Wide character in subroutine entry");
        return unpack("%32C*", $s) % 65535;
    }
    
  2. or download this
    sub checksum {
        my $s = shift;
    ...
        }
        return unpack("%32C*", $s) % 65535;
    }