http://www.perlmonks.org?node_id=10998


in reply to RE: RE: My favorite looping mechanism in Perl is:
in thread My favorite looping mechanism in Perl is:

This is the same reaction I had when I discovered map :-) I'm not sure if it is a real looping mechanism (technically speaking): if you check the manpage it says "map - apply a change to a list to get back a new list with the changes". Anyway I think it is very powerful, and very beautiful, and I use whenever I can!
marcos
  • Comment on RE: RE: RE: My favorite looping mechanism in Perl is: