Help for this page

Select Code to Download


  1. or download this
    while( defined( my $item = $iter1->() ) {
        print "1: $item\n";
    ...
    3: 14
    3: 21
    3: 28
    
  2. or download this
    $nl_iter = NestedLoops( \@Loops ); # some fancy magic for \@Loops
    
    ...
    ...
    3, n, 21
    3, n, 28