
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.
Learn Perl - learn.perl.org
There are many reasons to use Perl, including 108,000 modules ready for you to use.
Examples - learn.perl.org
Examples What can be done with Perl? 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 …
First steps - learn.perl.org
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. Check you have Perl installed by typing the …
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 …
Perl Tutorials - learn.perl.org
The perl tarball includes these tutorials. Start with perlintro and then continue with other tutorials. Perl.com's Beginners Introduction to Perl This six-part tutorial covers the basics, aiming to …
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
The Perl documentation is maintained by the Perl 5 Porters in the development of Perl. Please contact them via the Perl issue tracker, the mailing list, or IRC to report any issues with the …
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 …
perldebug - Perl debugging - Perldoc Browser
This works like an interactive Perl environment, prompting for debugger commands that let you examine source code, set breakpoints, get stack backtraces, change the values of variables, etc.