http://qs321.pair.com?node_id=567416


in reply to Re: How can I add all the numbers in an array with out doing a foreach loop?
in thread How can I add all the numbers in an array with out doing a foreach loop?

... and List::Util::sum() doesn't use a foreach loop?

--
b10m

All code is usually tested, but rarely trusted.
  • Comment on Re: Answer: How can I add all the numbers in an array with out doing a foreach loop?

Replies are listed 'Best First'.
Re^2: Answer: How can I add all the numbers in an array with out doing a foreach loop?
by gellyfish (Monsignor) on Aug 15, 2006 at 10:58 UTC

    Er, no it is XS code, it does interate over the list it gets as an argument using for(index = 1 ; index < items ; index++) but I don't think that counts as a foreach

    /J\

    A reply falls below the community's threshold of quality. You may see it by logging in.