
The Perl Programming Language - www.perl.org
That's why we love Perl Flexible & Powerful. Perl is a highly capable, feature-rich programming language with over 37 years of development. Download and Get Started Learn more »
Beginning Perl (free) - www.perl.org
We'll take you from installation, through the core language elements - regular expressions, references, modules and the like - and onto basic applied techniques. You'll see how to access and work with databases in Perl, write CGI scripts to generate web pages and beyond.
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 - 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 · …
Learn Perl - www.perl.org
The Perl FAQ. Perl FAQs are available as part of your Perl distribution with the perldoc perlfaq command. Read FAQs online at http://learn.perl.org/faq/
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).
- [PDF]
Introduction - Perl
programming language, and Perl was never meant to be difficult. In fact, Perl is one of the easiest languages to learn, especially given its scope and flexibility. Throughout this book you will learn how to avoid the stereotypical 'spaghetti code' and how to write programs that are both easy to write and easy to follow.
- [PDF]
First Steps In Perl
programming are the same, no matter what language you do them in. In this chapter, we'll investigate what you need to know before you start writing any programs at all.
Installing Perl on Windows (32 and 64 bit) - learn.perl.org
Strawberry Perl (a Perl packaged for Windows) is recommended as you get many useful modules (especially those that are tricky to install) along with it. To interact with the command line and run Perl commands, you need to run 'cmd'.
Examples - learn.perl.org
These are just a few simple examples of what you can do with Perl modules. Email · Sending an email · Validate an email; Files · List contents of a directory · Reading and writing to file · Read a spreadsheet · Processing configuration files; Various · Setting up …