This tutorial is very helpful for beginners to understand the basic concepts of Perl language. It contains quiz at the end of lesson, that you should take to test your understanding of the tutorial.
For Perl beginners or as a reference. Short examples with easy to follow explanations. No long examples with bulky html forms. If you want to split an array, you get the code to split an array.
Learn Perls basic syntax. Learn how to create and manipulate various different types of variables. Do conditional tests and learn all of the common loops.
Both of these very useful textual data processing functions work fine until you forget which one of them you have used in your last script. If you know the difference you never be confused about which one you should use.
Perl OOP can sometimes be a little confusing, especially for the inexperienced newbie. The first of a two-part article, this tutorial attempts to simplify things with a light-hearted look at some basic OO concepts in Perl. Play nice, and you might even get your very own Easter bunny!
A short article on using blob fields with perl that does not assume that you are an old hand at perl. The code uses a real world example from the open source megaupload project.