Help for this page

Select Code to Download


  1. or download this
    sub MakeHashString($)
       {
    ...
    
       return $hash;
       }
    
  2. or download this
    c = 97, hash = 97 masked hash  = 97
    c = 99, hash = 6363202 masked hash  = 6363202
    ...
    c = 101, hash = 281745559584806 masked hash  = 4294967295
    c = 112, hash = 281745559584817 masked hash  = 4294967295
    c = 116, hash = 281745559584821 masked hash  = 4294967295
    
  3. or download this
    This is perl, v5.8.8 built for MSWin32-x86-multi-thread
    (with 50 registered patches, see perl -V for more detail)
    
    Copyright 1987-2006, Larry Wall