Acme-BOATES
view release on metacpan or search on metacpan
lib/Acme/BOATES.pm view on Meta::CPAN
if you don't export anything, such as for a purely object-oriented module.
=head1 SUBROUTINES/METHODS
=head2 sum( LIST_OF_NUMBERS )
Returns the sum of the numbers
=cut
sub sum {
my $sum = 0;
foreach( @_ ) { $sum += $_ }
return $sum;
}
=head2 function2
=cut
sub function2 {
}
=head1 AUTHOR
Brian Oates, C<< <boates at cpan.org> >>
=head1 BUGS
Please report any bugs or feature requests to C<bug-acme-boates at rt.cpan.org>, or through
the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-BOATES>. I will be notified, and then you'll
( run in 0.231 second using v1.01-cache-2.11-cpan-4d50c553e7e )