NAME

  GT::Analyzers::Accumulate - Accumulates the Days of arg1


DESCRIPTION

Accumulates the values of the array that is given as arg1.

This means if the array consists of the values (1,2,3,4) the result is (1,3,6,10).

Parameters

First argument: Array reference to be accumulated

Return

Returns an array, not considering first and last parameter.