in reply to If I was forced to use only one kind of loop for the rest of my days it would be a

print map { uc "$_ " } qw( i cannot believe you missed out map ), "\n"
  • Comment on Re: If I was forced to use only one kind of loop for the rest of my days it would be a
  • Download Code

Replies are listed 'Best First'.
Re^2: If I was forced to use only one kind of loop for the rest of my days it would be a
by Anonymous Monk on Sep 29, 2005 at 15:46 UTC
    Bah. Map is extremely limited. Now fold on the other hand...