[amscotti@128bit.io ~/posts]# grep -l "perl" *.md | xargs -n1 head _
Date: April 22, 2012

Code examples for generating MD5 hashes in three additional programming languages. Shows both quick one-line hashing and incremental update method for large data processing. Continues series of MD5 implementations across different languages including previous Python, Ruby, and Groovy examples.