in reply to Re: Sum of values in an array
in thread Sum of values in an array

Would it be possible to be done without loading a Perl Module?

Replies are listed 'Best First'.
Re^3: Sum of values in an array
by Anonymous Monk on Sep 25, 2014 at 19:57 UTC

    List::Util is in the Perl core. Try it out, you should already have it installed.

    Otherwise, BrowserUk has given you an alternative method.

Re^3: Sum of values in an array
by toolic (Bishop) on Sep 25, 2014 at 19:58 UTC