in reply to Best way to sum an array?
sub SumArryRcs { @_ ? shift(@_) + __SUB__->(@_) : 0 } [download]