Solutions and Examples for Perl Programmers.
Beginner - Advanced Level Users.
This Cookbook is a collection of problems, solutions, and examples for anyone programming in Perl. The topics range from beginner questions to techniques that even the most experienced Perl programmers might learn from.
The book contains hundreds of "recipes" for Perl, including:
- Parsing comma-separated values in a string
- Matrix multiplication
- Manipulating dates
- Generating all possible permutations for an array
- Retrieving items from a hash in the order they were inserted
- Making a list unique
- And much more