Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-Algorithm-FastPermute - Rapid generation of permutations
Algorithm::FastPermute generates all the permutations of an array. You pass
a block of code, which will be executed for each permutation. The array
will be changed in place, and then changed back again before "permute"
returns. During the execution of the callback, the array is read-only and
you'll get an error if you try to change its length.
Packages
Changelog
- * Fri Apr 4 22:00:00 2008 Milos Jakubicek <xjakub{%}fi{*}muni{*}cz> - 0.999-2
- License changed to "GPL+ or Artistic".
- * Sat Mar 8 22:00:00 2008 Milos Jakubicek <xjakub{%}fi{*}muni{*}cz> - 0.999-1
- Initial release based on SRPM from Marius Feraru (reb00t.com).
- Modified according to the default perl spec file template.