in reply to MD5 Hash of a folder query

Digest::MD5::File is about 237 lines of fairly legible code, of which probably 100 lines aren't relevant to your task. That leaves you with not too much code to grok. And it relies on Digest::MD5 to do the hashing. You could just read that source code and learn the technique used there.


Dave