Acme-NAHCNUJ-Utils

 view release on metacpan or  search on metacpan

lib/Acme/NAHCNUJ/Utils.pm  view on Meta::CPAN

=head1 SYNOPSIS

Calculates the summation of list.

    use Acme::NAHCNUJ::Utils;

    my $foo = sum(1, 2, 3); #=> 6

=head1 EXPORT

A list of functions that can be exported.  You can delete this section
if you don't export anything, such as for a purely object-oriented module.

=head1 SUBROUTINES/METHODS

=head2 sum

Calculates the summation of list.

=cut



( run in 2.644 seconds using v1.01-cache-2.11-cpan-97f6503c9c8 )