>   $sum = reduce {$_[0]+$_[1]} 0, @numbers || die "Chaos!!";

>Note with the || that way, it'll die immediately if @numbers is empty,
>even before destroying the universe.

Yes, but why are you passing the size of the array in there?

--tom

Reply via email to