Functional Programming in Perl
- Programming Paradigms
- Functional programming
- grep
- grep to filter files based on modification date
- Imitating the Unix/Linux grep command in Perl
- map
- Use map to filter values
- Map to add more elements
- Use map to filter and enrich
- Create a hash from an array using map
- Unique values
- Unique values - improved
- Unique values using grep
- Uniq with List::MoreUtils
- Closures