Programming Perl |
Collection of free Perl tutorials and articles like "Intro to Mod Perl", and "The Regular Expression Rundown. |
|
Learn Perl in Two Hours |
Large single page free Perl tutorial with tons of good information and Perl code snippets. |
|
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. |
|
Free Perl Tutorials |
Perl programming 101 from Devshed.com includes articles and tutorials. |
|
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. |
|
The Perl Programming Language |
A "getting started" tutorial on perl. Great tutorial with self test quizzes along the way! |
|
Perl Intro Tutorial |
Perl tutorial which works better with some basic programming experience. |
|
Perl Tutorial |
A nice comprehensive tutorial covering filehandling, control structures, arrays and much more. |
|
PERL -- Practical Extraction and Report Language |
A good place to start for beginner's in PERL. Includes a tutorial and search engine. |
|