Category: Perl Crash Course

Perl Crash Course: Basic I/O

author: Valeria Paixão revision: André Batosti enhancement/translation: Vinny Alves Note from UseStrict: Some of the examples in this tutorial were borrowed from Randall Schwartz’s Learning

Read More »

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 »