The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Catmandu::Fix::sum - replace the value of an array field with the sum of it's elements

SYNOPSIS

   # e.g. numbers => [2, 3]
   sum(numbers)
   # numbers => 5

SEE ALSO

Catmandu::Fix