The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
generate()

Generate 9 * 9 cells table as plain text.

generate($size)

Generate $size * $size size multiplication table as plain text.

NAME

Math::MultiplicationTable - Perl extension for generate multiplication table.

SYNOPSIS

        use Math::MultiplicationTable;
        print Math::MultiplicationTable::generate(9);

DESCRIPTION

Math::MultiplicationTable is just generate multiplication table.

EXPORT

None.

SEE ALSO

AUTHOR

pmint, <pmint@mx13.freecom.ne.jp>

COPYRIGHT AND LICENSE

Copyright (C) 2006 by pmint.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 28:

'=item' outside of any '=over'

Around line 62:

You forgot a '=back' before '=head1'