Help for this page

Select Code to Download


  1. or download this
    pin = int( htmlpage.encode("hex"), 16 ) % 10000
    
  2. or download this
    foreach my $ltr(@ltrs){
            $hash = ( $hash + ord($ltr)) %10000;