Perl Refreshments ⌘
Perl Resources
Here are some of my favorite sources for Perl enlightenment. Enjoy!
- The Perl Programming Language
The official web site for all things Perl
- Perl Best Practices
Damian Conway
- Learning Perl. 5th Edition [PDF]
PDF of the 'llama book' by Randal L. Schwartz, Tom Phoenix, and brian d foy introduces the main features of Perl.
- CPAN
The Comprehensive Perl Archive Network - Perl Modules
- perldoc.perl.org
Perl Programming Documentation. FAQs, Tutorials
- Perl Maven
Tutorials, FAQs, Questions and Answers
- Perl Monks
FAQs and Tutorials. Questions and Answers
- perlmeme.org
How-to documents, FAQs, Tutorials
- StoneHenge
Collection of Perl articles by Randal L. Schwartz in
- Linux Magazine
- The Perl Journal
- Unix Review
- WebTechniques
- stackoverflow
Question and answer site for all programmers.
- Picking Up Perl
Online book by Bradley M. Kuhn in HTML format.
- Sarand Business Software
A comprehensive page of regular expression and pattern matching syntax
- Perl Regular Expressions
The official definition with tutorial links.
- Teach Yourself Perl 5 in 21 Days
An HTML book written by Dave Till
- The Floating-Point Guide
Details of how to deal with floating-point numbers as a programmer. Several languages are represented: C#, Java, JavaScript, Perl, PHP, Python, Ruby, SQL.
- Perl Cheat Sheet
List of Perl commands / functions. Organized into string operations; numeric / mathematical operations; array and hash functions; list data operations; I/O operations; files & directory handling; user and group information; networking; comparison operators; regular expressions; variables & special variables; command-line options
-30-