Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    use Algorithm::Loops qw(NestedLoops);
    
    NestedLoops [([1..3]) x 5], sub { say @_ };
    
  2. or download this
    NestedLoops [[1..3], [1..5], [1..3]], sub { say @_ };