Help for this page

Select Code to Download


  1. or download this
    # you can find this documented in various places
    # I believe its known as a System V sum.
    my $sum = unpack( "%32C*", $string ) % 65535 ;
    
  2. or download this
    my $sum = unpack( "%32C*", $$str_ref ) % 65535 ;