The Road To Better Perl Programming: Chapter 4
Frank writes: "This series of articles on developerWorks comprises a complete guide to better programming in Perl. In this fourth installment, Teodor introduces functional programming and several essential Perl idioms important for Perl programmers looking for speed and elegance in their code, such as the map() and grep() functions, and the Schwartzian and Guttman-Rosler transforms."
I wasn't sure if he teaching "intro to perl" or "intro to functional programming".
It bugged me when he used map() in a void context (listing 3). It's even in the Perl FAQ that it's frowned upon.
I would call the article "idiomatic perl" instead.