Help for this page

Select Code to Download


  1. or download this
    sub sumTo {
        my $target = shift;
    ...
        }
        return [];
    }
    
  2. or download this
    sub sumTo {
        my $target = shift;
    ...
    21: sum [10 12 5 -6] => 21
    21: sum [10 12 -6 5] => 21
    21: sum [10 3 8] => 21