  |
Allexperts CGI & Perl Q&A - http://www.allexperts.com/browse.cgi?catLvl=3&catID=1045
Volunteer experts answer your Perl questions. |
  |
Picking Up Perl - http://www.ebb.org/PickingUpPerl/
A freely redistributable tutorial book on Perl in text, HTML, pdf and postscript format. |
  |
PTI - Fundamentals of Perl - http://www.pti.co.il/talks.html
A course with online slides. Covers the basics including syntax, files, regular expressions, data structures and process mangament. |
  |
Perl Archive's Learning Center - http://www.perlarchive.com/articles/perl/
Perl related articles and tutorials. |
  |
Beginning Perl - http://www.perl.org/books/beginning-perl/
An online version of the book by Simon Cozens that provides a complete introduction to Perl, aimed even for people without any programming knowledge. |
  |
Perl.com's Beginners' Introduction to Perl - http://www.perl.com/pub/a/2001/01/begperl6.html
Covers the basics, regular expressions, objects, code safety, CGI scripting and files. |
  |
Nik Silver's Perl Tutorial - http://www.scs.leeds.ac.uk/nik/
A tutorial from his one-day hands-on workshop. Covers the basics, subroutines, arrays, files and regular expressions. |
  |
Perl & Y2K - http://www.perl.com/pub/a/1999/01/y2k.html
"Perl is every bit as Y2K compliant as is your pencil; no more, and no less". |
  |
John Bokma - Perl - http://johnbokma.com/perl/
Short examples of Perl scripts with some explanation. |
  |
Tizag Perl Tutorial - http://www.tizag.com/perlT/
An introduction to Perl with lessons including: operators, arrays, and file manipulation. |
  |
perl.com: Perl Design Patterns, Part 1 - http://www.perl.com/pub/a/2003/06/13/design1.html
The Gang-of-Four Design Patterns book had a huge impact on programming methodologies in the Java and C++ communities, but what do Design Patterns have to say to Perl programmers? Phil Crow examines how some popular patterns fit in to Perl programming. |
  |
perl.com: Perl Design Patterns, Part 2 - http://www.perl.com/pub/a/2003/08/07/design2.html
Phil Crow continues his series on how some popular patterns fit into Perl programming. |
  |
Perl 6 FAQ - http://www.programmersheaven.com/2/Perl6-FAQ
Features over 100 answers to common questions, including changes since Perl 5 and new features such as junctions and multi subs. |
  |
Perl Beginners' Site - http://perl-begin.org/
A beginners site for Perl with links, a mailing list and a Wiki. |
  |
Perl Training Australia's training manuals - http://perltraining.com.au/notes.html
Freely available copies of the training manuals used in Perl Training Australia's commercial courses. |
  |
When Perl is not Quite Fast Enough - http://www.ccl4.org/~nick/P/Fast_Enough/
Explains how to write fast and efficient code. |
  |
Steve's Place - Perl Tutorial - http://www.steve.gb.com/perl/tutorial.html
A tutorial, from the basics of variables, objects and regular expressions to operator overloading, CGI, Tk, and image manipulation. |
  |
perlmeme.org - http://www.perlmeme.org
A collection of Frequently Asked Questions, How To documents, and tutorials. |
  |
Experts-Exchange: Perl - http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/
Quickly find Perl Programming help, information, and assistance from other expert members. |
  |
How Stuff Works: Perl - http://www.howstuffworks.com/perl.htm
Marshall Brain shows in 6 pages how to read and write simple Perl scripts. |
  |
Wikibooks' Programming Perl - http://en.wikibooks.org/wiki/Programming:Perl
A Perl Tutorial from Wikibooks. Covers the basics and the core language as well as interfacing Perl to the outside. |
  |
Perl in 20 pages - http://backpan.perl.org/authors/id/Q/QU/QUONG/perlin20.html
A guide to Perl 5 for C/C++, awk, and shell programmers. |
  |
Perl HowTo - http://www.perlhowto.com/
Perl collection of tips, howto's, FAQs and tutorials. |
  |
Civil Engineering 82.562 -- The Perl Programming Language - http://www.civeng.carleton.ca/Courses/Grad/1994-95/82.562/perl/
A getting started tutorial on the Perl programming language. Covers data types, variables, strings, expressions, input and output, flow control and regular expressions. |
  |
How to Program Perl - http://interglacial.com/~sburke/pub/perl.html
Advice on materials for learning Perl, and on how to proceed in learning from them. |
  |
Perl Modules by Eric Foster-Johnson - http://foster-johnson.com/perlmod.html
An explanation on how to create modules in Perl and the home page of the book with the same title. |
  |
Perl 5 Tutorial - http://www.cbkihong.com/index.pl?op=perltut
Features a coverage of Perl fundamentals targeted at beginners. Available in PDF format. |
  |
Find Tutorials - http://findtutorials.com/tutorials/perl
Database of Perl tutorials, text taken from books published by Wrox. |
  |
Haifa University Perl Course - http://yeda.cs.technion.ac.il/~yona/perl/
Slides in English. Covers the basics, regular expressions, data structures, modules, closures and files and processes. |
  |
Netfactory Perl Pond - http://netfactory.dk/technology/perl
Examples of Perl usage with graphics, databases, files. |
 |
Creating Text Mode User Interfaces with Perl - http://www2.zdo.com/articles/creating_text_mode_user_interfaces_with_perl.php
An article that describes a tiny set of functions to create text mode user interfaces in Perl without using external libraries. |
 |
Perl for Perl Newbies - http://www.shlomifish.org/lecture/Perl/Newbies/
A series of lectures with slides. Covers the basics, data structures, I/O, regular expressions, modules and objects, and some advanced topics. |
 |
Parsing Survey Word Files With PERL - http://www2.zdo.com/articles/parsing_survey_word_files_with_perl.php
This article will give you a brief overview of the process to extract information from survey files in Microsoft Word format using Perl and the Win32::OLE module. |
 |
Teaching Perl to Middle School Students - http://www.svs.com/djr01/
Quick program, complete with handouts, for fairly advanced students to learn Perl by creating a tic-tac-toe game. |
 |
SAGE - Perl Practicum - http://www.usenix.org/publications/perl/
Index page for several articles that Hal Pomeranz wrote for the USENIX Association's newsletter ";login:" |