
The Perl Programming Language - www.perl.org
With free online books, over 25,000 extension modules, and a large developer community, there are many ways to learn Perl.
Learn Perl - learn.perl.org
· Installing Perl - and setup guide · First program - and some basic best practices · Perl Modules - introduction · Examples - what can you do with Perl? · Perl documentation · Perl books · …
About Perl - www.perl.org
Perl is a highly capable, feature-rich programming language with over 37 years of development. Perl runs on over 100 platforms from portables to mainframes and is suitable for both rapid prototyping and large scale development projects.
Learn Perl - www.perl.org
Introduction to Perl: Part 1, Part 2; DBIx::Class - Database ORM introduction; Catalyst web framework
Perl Tutorials - learn.perl.org
Many tutorials are available if you are interested in learning Perl. Please note that these tutorials are introductions. For reference material, please look at the perl documentation, either online or using the perldoc command (try perldoc perlintro).
perlintro - a brief introduction and overview of Perl - Perldoc …
Perl is a general-purpose programming language originally developed for text manipulation and now used for a wide range of tasks including system administration, web development, network programming, GUI development, and more.
Perl Documentation - Perldoc Browser
Over the years, Perl has grown into a general-purpose programming language. It's widely used for everything from quick "one-liners" to full-scale application development. The language is intended to be practical (easy to use, efficient, complete) rather than beautiful (tiny, elegant, minimal).
Beginning Perl (free) - www.perl.org
This book is for those new to programming who want to learn with Perl. You will find it easier if you already have some basic programming experience, but the material covered can be mastered by anyone with just a text editor, some common sense and a computer.
perl - The Perl 5 language interpreter - Perldoc Browser
Its general-purpose programming facilities support procedural, functional, and object-oriented programming paradigms, making Perl a comfortable language for the long haul on major projects, whatever your bent. Perl's roots in text processing haven't been forgotten over the years.
First steps - learn.perl.org
How to get started with your first Perl script After installing Perl you will want to actually run some Perl code. You need to use a command line ( Windows , macOS , Unix/Linux ) program to do this.