Main Navigation

Content

Online Perl Tutorials

Learn Perl Now!
And get a job doing Perl.

Table of Contents

Note

These online tutorials can provide an introduction to Perl so you can start writing your own scripts. Nevertheless, they don't teach everything there is to know about the language and one should still take care to learn all other things on his own from other resources.

If you prefer a tutorial in something else besides English, check the foreign languages page

Our List of Tutorials

Perl Tutorial Hub

An authoritative list of recommended tutorials. An older list can be found on the Perl 5 Wiki.

Perl for Perl Newbies Series

Intended for People with basic knowledge of C or something similar or even no knowledge of any programming language at all. Contains verbose slides filled with explanation, examples and anecdotes. Covers a basic subset of Perl, without too many "other ways to do it". (you are still expected to read the POD documents after the second lecture)

Beginning Perl

A comprehensive book for beginners by Simon Cozens that is available online. Aims to teach Perl even for people with no prior experience in programming at all. Probably your best bet, unless you don't want to read too much to get started.

The Perldoc Tutorials

The tutorials that ship as part of the perl core. Start with perlintro and then continue with other tutorials.

Perl.com's Beginners Introduction to Perl

A 6-part tutorial that covers the basics without too many details. Again, reading the man pages is expected afterwards, but this tutorial should get you started.

LPW: Beginners Perl by Dave Cross

Presentation slides by Dave Cross.

Tutorials for Advanced Users

These are tutorials for advanced users in English, and there are also some books just for that, some of which are freely available online.

Hyperpolyglot for PHP, Perl, Python and Ruby

A “side-by-side reference sheet” (or lingo) for Perl, as well as PHP, Python and Ruby, with many commonly used idioms. Useful for looking up idioms from a language you are better familiar with in Perl. (Creative Commons Attribution-ShareAlike 3.0 License).

“Learn Perl in about 2 hours 30 minutes”

A tutorial which is short, to the point, and informative, but on the other hand does not mention and cover CPAN, or Moose/Mouse/Moo and other modern ways for doing Perl object-oriented programming.

Other Lists

Perlmonks.org's Tutorials

Several tutorials as hosted on the popular "Perlmonks.org" site. Cover various topics.

Perlmeme.org

Several tutorials, "Frequently Asked Questions", and "Howto" documents on various subjects.

Video Tutorials

These are video tutorials (and so-called screencasts), that are used to introduce Perl for beginners.

Beginner Perl Maven

An online introductory Perl course by Gabor Szabo on Udemy.

Perl Tutorial by Gabor Szabo

A Perl tutorial consisting of video and text by Gabor Szabo.

ShowMeDo's "Introduction to Perl" series by Steven Devijver

Several basic videos introducing Perl for beginners available on the ShowMeDo site

Share/Bookmark

Sidebar

Footer