Acme-TOMOYAMA-Utils

 view release on metacpan or  search on metacpan

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


Version 0.01

=cut

our $VERSION = '0.012';


=head1 SYNOPSIS

Intermediate Perl sec. 21.9 practice 3

=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
it sums the arguments up
=cut

sub sum {
  my $sum;



( run in 0.829 second using v1.01-cache-2.11-cpan-39bf76dae61 )