For getting started with Perl, see the links below:
From the documentation that ships with Perl:
Other getting started links:
Getting Started at Perl Monks Links:
Recent Getting Started Nodes (2020s)
Rosetta Code (Many Different Languages)
- Tales from writing a RPN evaluator in Perl 5, Perl 6 and Haskell
- Five Ways to Reverse a String of Words (C#, Perl 5, Perl 6, Ruby, Haskell)
- Yet Another Rosetta Code Problem (Perl, Ruby, Python, Haskell, ...)
- Rosetta PGA-TRAM
- Rosetta Code: Long List is Long
- Rosetta code: Split an array into chunks
- Re^2: Perlplexation - foreach shoulda Known (Rosetta: Perl, Python, Ruby)
- Rosetta Dispatch Table (Interview Question)
Extra Book References Added Later
Some book and other recommendations:
BTW chromatic gave some background on the philosophy behind his Modern Perl book in
this thread:
Modern Perl assumes you're already decent at programming, so it elides some basic stuff in favor of explaining how
Perl works from philosophy to programming in the large. Learning Perl assumes you've never programmed before,
so it spends more time on the basics, covers less of the language, and doesn't explore the philosophy of Perl in as much detail.
See also: List of PM nodes discussing Perl books
Update: Added more references