|
Perl Tutorial |
A nice comprehensive tutorial covering filehandling, control
structures, arrays and much more. |
|
|
|
Introduction to Perl |
16 part Perl tutorial from the University of Missouri. Takes
you from matching and parsing through common goofs when
developing with Perl. |
|
|
The Perl You Need to Know
|
Probably the largest Perl tutorial found to date. 25
sections covering everything from maintaining state to
benchmarking Perl. |
|
|
|
Webknowhow Perl Tutorial
|
5 part perl tutorial. Sections include flow control,
variables and literals, file handles, regular expressions, and
perl modules. |
|
Beginner's Into to Perl |
5 part series of articles including code snippets explaining
the merits of Perl and how to find your way around the language.
Highly recommended first read if you are interested in learning
to program with Perl. |
|
Introduction to Perl 5 for Web
Developers |
Nice series of slides covering individual topics in Perl.
Topics covered include references, variable localization,
object-oriented programming, inheritance, polymorphism,
encapsulation, modules, and using "qw". |
|
Perlmonks Tutorials |
Site has links to various Perl tutorials on Perlmonks.com.
Areas touched are true/false in Perl, while loops, file I/O,
operators, and of course regular expressions. |
|
|
|