Perl Programming
Appearance
These books describe and explain Perl, a high-level, general-purpose, interpreted, dynamic programming language. Perl is noted for its idiomatically rich syntax, its extensive use of regular expressions and the large module archive CPAN.
Contents
[edit | edit source]Beginning Perl
[edit | edit source]- Getting started
- Comments
- Conditionals
- Control flow
- Declarations
- Operators
- Variables
- Data types
- User input-output
- Statement modifiers
- Functions
- Perl 5.10 additions
- Exercises
More Perl
[edit | edit source]- Regular expressions
- Regular expression operators
- Regular expressions reference
- Code reuse (modules)
- Perl objects
- Structure and style