perlgolf hole - Addition without Addition

Hole type: subroutine

Write a subroutine which, passed a list of non-negative integers, returns the sum of the numbers, without using any addition or subtraction operators ( + - ++ -- += -= ).

Solution