Algorithm-Combinatorics
view release on metacpan or search on metacpan
Combinatorics.pm view on Meta::CPAN
A subroutine was called with a negative k.
=item Parameter k is greater than the size of data
A subroutine that does not generate tuples with repetitions was called with a k greater than the size of data.
=back
=head2 Errors
The following errors may be thrown:
=over
=item Missing parameter data
A subroutine was called with no parameters.
=item Missing parameter k
A subroutine that requires a second parameter k was called without one.
Parameter k is negative
A subroutine was called with a negative k.
Parameter k is greater than the size of data
A subroutine that does not generate tuples with repetitions was
called with a k greater than the size of data.
Errors
The following errors may be thrown:
Missing parameter data
A subroutine was called with no parameters.
Missing parameter k
A subroutine that requires a second parameter k was called without
one.
Parameter data is not an arrayref
The first parameter is not an arrayref (tested with "reftype()" from
( run in 0.615 second using v1.01-cache-2.11-cpan-65fba6d93b7 )