in reply to Re^7: Using filepath method to identify an .html page
in thread Using filepath method to identify an .html page
Can you please explain the differences to what i have posted opposed to your coding:pin = int( htmlpage.encode("hex"), 16 ) % 10000
I want to understand this.foreach my $ltr(@ltrs){ $hash = ( $hash + ord($ltr)) %10000;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^9: Using filepath method to identify an .html page
by blue_cowdawg (Monsignor) on Jan 22, 2013 at 19:23 UTC | |
Re^9: Using filepath method to identify an .html page
by karlgoethebier (Abbot) on Jan 22, 2013 at 22:02 UTC |