Future postings on MySQL

On my previous post, I talked about MySQL functionality “insert into … on duplicate key update” which I found really cool. It has since been

Read More »

Perl Crash Course: Hashes

Hashes The hash is, in my honest opinion, the most important data structure in Perl. It is nothing more than what other languages call an

Read More »