http://www.perlmonks.org?node_id=1014841


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

how can you turn the "path" into a 4 digit number? that makes no sense. you maybe could generate a checksum on each path, but checksums are more than 4 digits long. unless you use a large base. like base 1000 instead of base 10, but then you'd have to invent a bunch of characters.
  • Comment on Re^7: Using filepath method to identify an .html page