![]() |
|
There's more than one way to do things | |
PerlMonks |
Re^3: Using filepath method to identify an .html pageby blue_cowdawg (Monsignor) |
on Jan 22, 2013 at 16:50 UTC ( #1014728=note: print w/replies, xml ) | Need Help?? |
OK: How about this: which yields: Keep in mind this is hardly bullet proof. You need to also keep in mind a method to detect hash collisions and and a rehash algorithm. This brings to mind "the old days" circa 1974 writing assemblers for 8080 microprocessors. Symbol "folding" and hashing. UPDATE: Limiting yourself to four digits may not be very useful if you have a lot of pages that you are trying to index into your database. The wider your hash is the less likely there will be hash collisions. Peter L. Berghold -- Unix Professional Peter -at- Berghold -dot- Net; AOL IM redcowdawg Yahoo IM: blue_cowdawg
In Section
Seekers of Perl Wisdom
|
|