in reply to Re: The latest & greatest in 5.8.x?
in thread The latest & greatest in 5.8.x?

I have changed all my code to not use map in a void context because of the speed penalty and because it's "bad style". That said, I prefer not using it in this manner anyway. foreach() is much easier to read if you're just trying to loop through a list anyway. :-)
  • Comment on Re: Re: The latest & greatest in 5.8.x?