Perl Programming
From Wikibooks, open books for an open world
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]
Beginning Perl[edit]
- Getting Started
- Conditionals
- Control Flow
- Operators
- Variables
- Data Types
- User Input-Output
- Statement modifiers
- Functions
- Perl 5.10 Additions
- Exercises
More Perl[edit]
- Regular Expressions
- Regular Expression Operators
- Regular Expressions Reference
- Code Reuse (Modules)
- Perl Objects
- Structure and Style