
The Perl Programming Language - www.perl.org
The Perl Programming Language at Perl.org. Links and other helpful resources for new and experienced Perl programmers.
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.
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.
Beginning Perl (free) - www.perl.org
"There's more than one way to do it" is the motto of Perl, but this book aims to take you through them all. We'll take you from installation, through the core language elements - regular expressions, references, modules and the like - and onto basic applied techniques.
Learn Perl - learn.perl.org
What would you like to learn? · Installing Perl - and setup guide · First program - and some basic best practices · Perl Modules - introduction · Examples - what can you do with Perl? · Perl …
Perl Documentation - Perldoc Browser
The perldoc program gives you access to all the documentation that comes with Perl. You can get more documentation, tutorials and community support online at https://www.perl.org/.
Learn Perl - www.perl.org
Get Started learn.perl.org A brief introduction Free online Perl books Join your local community Books and More
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.
Perl Tutorials - learn.perl.org
Perl Tutorials 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). Beginning Perl A comprehensive book by Simon Cozens, available free online.
Docs - www.perl.org
Official Docs The perldoc.perl.org contains the official documentation from the Perl distribution (s). Here are some direct links which may be of interest. Manual Pages Core Modules Tutorials