in reply to "advanced" Perl functions and maintainability

map and grep are powerful features of perl. If you don't like them, don't use them. Today they are part of many powerful scripting-languages. Python have them (map and filter) and list comprehensions. I personally find anonymous subs (coderefs/lambdas) annoying, so I doesn't use them. But if you know what you're doing - just do it. Be productive.

neniro

  • Comment on Re: "advanced" Perl functions and maintainability