Perl Tutorials & Perl Programming Help
From About.com
Walk through all aspects of programming in Perl from beginner tutorials to more advanced and practical tips. Looking for Perl function and control structure reference? You'll find an extensive list of them here, along with detailed examples.
Beginner Tutorials
Getting started is often the toughest hurdle with a new and unfamiliar language. These tutorials keep in mind that you might need a little hand-holding to make it through, and start you on a gentle path to mastery.
Control Structures
A fundamental tool of any programming language is the ability to control the flow of your code. You can do this with what we call 'control structures' - these are loops, case statements and other useful tools.
