Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my $iter = get_iterator( 5, 2 );
    my $solution;
    dd $solution while $solution = $iter-> ();
    
  2. or download this
    use strict;
    use warnings;
    ...
    my $iter = get_iterator( 5, 2 );
    my $solution;
    dd $solution while $solution = $iter-> ();