|
Programming Perl
|
|
Collection of free Perl tutorials and articles like "Intro to Mod Perl", and "The Regular Expression Rundown.
|
|
|
|
|
Beginner's Guide to CGI Perl
|
|
Interesting smaller Perl tutorial site. Aimed mostly at web or CGI development using Perl and developing "Hello World" type apps using Perl and CGI.
|
|
|
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.
|
|
|
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".
|
|
|
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.
|
|
|
Webknowhow Perl Tutorial
|
|
5 part perl tutorial. Sections include flow control, variables and literals, file handles, regular expressions, and perl modules.
|
|
|
|
|
The Perl You Need to Know
|
|
Probably the largest Perl tutorial found to date. 25 sections covering everything from maintaining state to benchmarking Perl.
|
|
|
Free-ed Perl Tutorial
|
|
Large multiple page tutorial with many smaller code samples and explainations. Perl variables, operators, objects, and form processing are taught.
|
|
|
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.
|
|
|
|
|
|
|
Perl Tutorial
|
|
A nice comprehensive tutorial covering filehandling, control structures, arrays and much more.
|
|
|
|