Help for this page

Select Code to Download


  1. or download this
    use feature qw/say/;
    
    ...
        use List::Util qw(sum);
        return sum(@_);
    }