Algorithm::Loops

Algorithm::Loops is a Perl module with looping constructs: NestedLoops, MapCar*, Filter, and NextPermute*.
Download

Algorithm::Loops Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Algorithm::Loops Team
  • Publisher web site:
  • http://search.cpan.org/~tyemq/Algorithm-Loops-1.031/lib/Algorithm/Loops.pm

Algorithm::Loops Tags


Algorithm::Loops Description

Algorithm::Loops is a Perl module with looping constructs: NestedLoops, MapCar*, Filter, and NextPermute*. Algorithm::Loops is a Perl module with looping constructs: NestedLoops, MapCar*, Filter, and NextPermute*.SYNOPSYS use Algorithm::Loops qw( Filter MapCar MapCarU MapCarE MapCarMin NextPermute NextPermuteNum NestedLoops ); my @copy= Filter {tr/A-Z'.,"()/a-z/d} @list; my $string= Filter {s/s*$/ /} @lines; my @transposed= MapCarU {} @matrix; my @list= sort getList(); do { usePermutation( @list ); } while( NextPermute( @list ) ); my $len= @ARGV ? $ARGV : 3; my @list= NestedLoops( ) x $len ], sub { "@_" }, );If you want working sample code to try, see below in the section specific to the function(s) you want to try. The above samples only give a feel for how the functions are typically used. Requirements: · Perl


Algorithm::Loops Related Software