in reply to Re: Re: Multiplying together the numers in an array
in thread Multiplying together the numers in an array

Are there different implementations of it for different platforms that would cause this?

List::Util is implemented in two ways. One XS and one pure Perl, so it depends on your installation.

ihb