YAPC::NA 2014 • Orlando, FL

Streamlining and simplifying your Perl code using Map, Grep, and Sort

By Daina Pettit
Date: Monday, 23 June 2014 17:00
Duration: 20 minutes
Target audience: Beginner
Language: English
Tags: functional grep map programming sort

You can find more information on the speaker's site:


Map, Grep, and Sort are powerful Perl built-in functions that can simplify your code and improve performance.

New Perl users often skip learning about these three functions because they are considered an advanced topic and may not use them to their full advantage when they do use them. Experienced Perl users exploit these functions in amazing ways, but often the result is a confusing mess of unreadable and thus unmaintainable code. Refactoring existing code into these functions where appropriate can significantly improve the quality of the code *and* improve performance as well.

This talk will present how to take advantage of these powerful functions and have the resulting code understandable.

Attended by: