Acme-GILLIGAN-Utils
view release on metacpan or search on metacpan
lib/Acme/GILLIGAN/Utils.pm view on Meta::CPAN
Perhaps a little code snippet.
use Acme::GILLIGAN::Utils;
my $foo = Acme::GILLIGAN::Utils->new();
...
=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
Numerically sums the arg list and return result
=cut
lib/Tie/Cycle.pm view on Meta::CPAN
Perhaps a little code snippet.
use Tie::Cycle;
my $foo = Tie::Cycle->new();
...
=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 function1
=cut
sub function1 {
}
( run in 1.832 second using v1.01-cache-2.11-cpan-39bf76dae61 )