http://qs1969.pair.com?node_id=1014754


in reply to Re^7: Using filepath method to identify an .html page
in thread Using filepath method to identify an .html page

Perl is great, its just too tough for me. Python is more clear.
I need your help

1. to see in regards of "specification" if this was indeed possible.
2. just wanted 1-line of Perl code to see it working, and then write the same 1-line in Python.

Wouldn't something like the following work as intended WITHOUT custom function?
pin = int( htmlpage.encode("hex"), 16 ) % 10000
Can you please explain the differences to what i have posted opposed to your coding:
foreach my $ltr(@ltrs){ $hash = ( $hash + ord($ltr)) %10000;
I want to understand this.